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 Nov 17, 2021. It is now read-only.
Specifying the cluster context within jsonnet files mitigates risk of pushing the wrong file to the wrong cluster, potentially overwriting kubernetes resources in a destructive way.
This could be done in the walk method, and looking for a top level field with a specific name, or we could place metadata within a configmap in a special namespace and with a special name.
We could default the name to something like "cluster-metadata", and allow overriding via a flag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Specifying the cluster context within jsonnet files mitigates risk of pushing the wrong file to the wrong cluster, potentially overwriting kubernetes resources in a destructive way.
This could be done in the walk method, and looking for a top level field with a specific name, or we could place metadata within a configmap in a special namespace and with a special name.
We could default the name to something like "cluster-metadata", and allow overriding via a flag.
The text was updated successfully, but these errors were encountered: