Closed kirrmann closed 5 years ago
This PR adds an optional cluster config static_context_name: true which avoids the usage of the username for the context in templates like {{ .Username }}-{{ .ClusterName }}
static_context_name: true
{{ .Username }}-{{ .ClusterName }}
We do need this option to unify the context name on workstations.
Thanks!
This PR adds an optional cluster config
static_context_name: true
which avoids the usage of the username for the context in templates like{{ .Username }}-{{ .ClusterName }}
We do need this option to unify the context name on workstations.