Add a header comment to generated manifests and Helm chart templates

This commit is contained in:
M. Mert Yildiran
2023-04-12 03:10:23 +03:00
parent ea594ea70a
commit fb06545887
21 changed files with 42 additions and 5 deletions

View File

@@ -575,7 +575,7 @@ func (provider *Provider) BuildClusterRoleBinding() *rbac.ClusterRoleBinding {
APIVersion: "rbac.authorization.k8s.io/v1",
},
ObjectMeta: metav1.ObjectMeta{
Name: ServiceAccountName,
Name: ClusterRoleBindingName,
Namespace: config.Config.Tap.SelfNamespace,
Labels: buildWithDefaultLabels(map[string]string{
fmt.Sprintf("%s-cli-version", misc.Program): misc.RBACVersion,