From fefcae34c197437f6fafd62be3cd385b661ff724 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 9 Aug 2019 18:00:41 +0300 Subject: [PATCH] Rename test config --- charts/podinfo/templates/tests/jwt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/podinfo/templates/tests/jwt.yaml b/charts/podinfo/templates/tests/jwt.yaml index 1ddbcee..bc21b44 100644 --- a/charts/podinfo/templates/tests/jwt.yaml +++ b/charts/podinfo/templates/tests/jwt.yaml @@ -24,12 +24,12 @@ spec: volumes: - name: scripts configMap: - name: {{ template "podinfo.fullname" . }}-storage-cfg + name: {{ template "podinfo.fullname" . }}-test-cfg --- apiVersion: v1 kind: ConfigMap metadata: - name: {{ template "podinfo.fullname" . }}-storage-cfg + name: {{ template "podinfo.fullname" . }}-test-cfg labels: heritage: {{ .Release.Service }} release: {{ .Release.Name }}