diff --git a/cmd/helm/testdata/output/template-with-external-dir.txt b/cmd/helm/testdata/output/template-with-external-dir.txt index d12220663..469ff133f 100644 --- a/cmd/helm/testdata/output/template-with-external-dir.txt +++ b/cmd/helm/testdata/output/template-with-external-dir.txt @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: "RELEASE-NAME-" + name: "release-name-" labels: # The "app.kubernetes.io/managed-by" label is used to track which tool # deployed a given chart. It is useful for admins who want to see what @@ -12,7 +12,7 @@ metadata: # The "app.kubernetes.io/instance" convention makes it easy to tie a release # to all of the Kubernetes resources that were created as part of that # release. - app.kubernetes.io/instance: "RELEASE-NAME" + app.kubernetes.io/instance: "release-name" app.kubernetes.io/version: 1.0 # This makes it easy to audit chart usage. helm.sh/chart: "configmap-0.1.0" diff --git a/cmd/helm/testdata/output/template-with-external-file.txt b/cmd/helm/testdata/output/template-with-external-file.txt index fcbdad5fe..047b30e2d 100644 --- a/cmd/helm/testdata/output/template-with-external-file.txt +++ b/cmd/helm/testdata/output/template-with-external-file.txt @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: "RELEASE-NAME-" + name: "release-name-" labels: # The "app.kubernetes.io/managed-by" label is used to track which tool # deployed a given chart. It is useful for admins who want to see what @@ -12,7 +12,7 @@ metadata: # The "app.kubernetes.io/instance" convention makes it easy to tie a release # to all of the Kubernetes resources that were created as part of that # release. - app.kubernetes.io/instance: "RELEASE-NAME" + app.kubernetes.io/instance: "release-name" app.kubernetes.io/version: 1.0 # This makes it easy to audit chart usage. helm.sh/chart: "configmap-0.1.0" diff --git a/cmd/helm/testdata/output/template-with-external-glob.txt b/cmd/helm/testdata/output/template-with-external-glob.txt index 5d663af0d..026cd0f7e 100644 --- a/cmd/helm/testdata/output/template-with-external-glob.txt +++ b/cmd/helm/testdata/output/template-with-external-glob.txt @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: "RELEASE-NAME-" + name: "release-name-" labels: # The "app.kubernetes.io/managed-by" label is used to track which tool # deployed a given chart. It is useful for admins who want to see what @@ -12,7 +12,7 @@ metadata: # The "app.kubernetes.io/instance" convention makes it easy to tie a release # to all of the Kubernetes resources that were created as part of that # release. - app.kubernetes.io/instance: "RELEASE-NAME" + app.kubernetes.io/instance: "release-name" app.kubernetes.io/version: 1.0 # This makes it easy to audit chart usage. helm.sh/chart: "configmap-0.1.0"