You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
With both yaml and jsonnet formats, the metadata: namespace value in the manifests is overwritten with the value from --namespace (or default), after templating. Also, $.variables.namespace is available.
With both yaml and jsonnet formats, the
metadata: namespace
value in the manifests is overwritten with the value from--namespace
(ordefault
), after templating. Also,$.variables.namespace
is available.It should be documented as it is not intuitive.
https://github.com/coreos/kpm/blob/b26723c/kpm/kub.py#L132
https://github.com/coreos/kpm/blob/b26723c/kpm/jsonnet/lib/kpm.libjsonnet#L61
The text was updated successfully, but these errors were encountered: