fix tests templates

Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>
pull/10077/head
Matheus Hunsche 5 years ago committed by itaispiegel
parent f9d8645c17
commit 907eb8c8bf

@ -17,6 +17,9 @@ metadata:
# 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"
data: data:
external.1.conf: glob-external-1 external.1.conf: |
external.2.conf: glob-external-2 glob-external-1
external.txt: out-of-chart-dir external.2.conf: |
glob-external-2
external.txt: |
out-of-chart-dir

@ -17,4 +17,5 @@ metadata:
# 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"
data: data:
external.txt: out-of-chart-dir external.txt: |
out-of-chart-dir

@ -17,5 +17,7 @@ metadata:
# 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"
data: data:
external.1.conf: glob-external-1 external.1.conf: |
external.2.conf: glob-external-2 glob-external-1
external.2.conf: |
glob-external-2

Loading…
Cancel
Save