Fix chart with template with external files tests

Signed-off-by: itaispiegel <itai.spiegel@gmail.com>
pull/10077/head
itaispiegel 3 years ago
parent b8df6fda7f
commit 24f643364d

@ -3,7 +3,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: "RELEASE-NAME-" name: "release-name-"
labels: labels:
# The "app.kubernetes.io/managed-by" label is used to track which tool # 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 # 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 # 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 # to all of the Kubernetes resources that were created as part of that
# release. # release.
app.kubernetes.io/instance: "RELEASE-NAME" app.kubernetes.io/instance: "release-name"
app.kubernetes.io/version: 1.0 app.kubernetes.io/version: 1.0
# This makes it easy to audit chart usage. # This makes it easy to audit chart usage.
helm.sh/chart: "configmap-0.1.0" helm.sh/chart: "configmap-0.1.0"

@ -3,7 +3,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: "RELEASE-NAME-" name: "release-name-"
labels: labels:
# The "app.kubernetes.io/managed-by" label is used to track which tool # 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 # 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 # 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 # to all of the Kubernetes resources that were created as part of that
# release. # release.
app.kubernetes.io/instance: "RELEASE-NAME" app.kubernetes.io/instance: "release-name"
app.kubernetes.io/version: 1.0 app.kubernetes.io/version: 1.0
# This makes it easy to audit chart usage. # This makes it easy to audit chart usage.
helm.sh/chart: "configmap-0.1.0" helm.sh/chart: "configmap-0.1.0"

@ -3,7 +3,7 @@
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: "RELEASE-NAME-" name: "release-name-"
labels: labels:
# The "app.kubernetes.io/managed-by" label is used to track which tool # 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 # 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 # 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 # to all of the Kubernetes resources that were created as part of that
# release. # release.
app.kubernetes.io/instance: "RELEASE-NAME" app.kubernetes.io/instance: "release-name"
app.kubernetes.io/version: 1.0 app.kubernetes.io/version: 1.0
# This makes it easy to audit chart usage. # This makes it easy to audit chart usage.
helm.sh/chart: "configmap-0.1.0" helm.sh/chart: "configmap-0.1.0"

Loading…
Cancel
Save