The goal is to make it easier to override parameters that apply to every resource we deploy, such as the namespace, name prefixes and suffixes.
Note: unfortunately, we can't use kubectl kustomize or kubectl apply -k anymore, since it comes with an old version of kustomize built in. I added kustomize to our build, and also updated our docs.
The goal is to make it easier to override parameters that apply to every resource we deploy, such as the namespace, name prefixes and suffixes.
Note: unfortunately, we can't use
kubectl kustomize
orkubectl apply -k
anymore, since it comes with an old version of kustomize built in. I added kustomize to our build, and also updated our docs.