Using system environment variables with Kustomize
NOTE: This uses an eschewed (but undocumented) feature of Kustomize. This trick may change, break, or inexplicably disappear at any time. So use this at your own risk!
https://rm3l.org/using-system-envvars-with-kustomize/
#kustomize #env
NOTE: This uses an eschewed (but undocumented) feature of Kustomize. This trick may change, break, or inexplicably disappear at any time. So use this at your own risk!
https://rm3l.org/using-system-envvars-with-kustomize/
#kustomize #env
https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html?m=1
#kustomize #patch
#kustomize #patch
Aabouzaid
Set OpenAPI patch strategy for Kubernetes Custom Resources - Kustomize
Kustomize supports 2 main client-side patching methods for Kubernetes manifests, JSON Patching and Strategic Merge Patch . In the JSON Pat...