Rename test config

This commit is contained in:
stefanprodan
2019-08-09 18:00:41 +03:00
parent ed81a06a82
commit fefcae34c1

View File

@@ -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 }}