Use Values.name for configMap name (#91)

The created config map uses Values.name, so the pod reference
should also use it otherwise the pod fails to start
This commit is contained in:
Ash Caire 2019-12-12 01:51:09 +08:00 коммит произвёл DuncanSmith1126
Родитель 9a32526aa8
Коммит 93fce49aed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ spec:
sizeLimit: {{ .Values.persistentVolume.sizeLimit }}
name: sloop-data
- configMap:
name: sloop
name: {{ .Values.name }}
name: sloopconfig
serviceAccountName: {{ .Values.serviceAccountName }}
volumeClaimTemplates: