Skip to content

Commit cc8bc78

Browse files
committed
Update Helm parameters to match config hash
1 parent 6d80d03 commit cc8bc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/templates/deploymentconfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747
mountPath: {{ .Values.config.hookFile.path }}/{{ .Values.config.hookFile.name }}
4848
subPath: {{ .Values.config.hookFile.name }}
4949
- name: lodestar-runtime-cm-volume
50-
mountPath: {{ .Values.config.runtimeConfigFile.path }}/{{ .Values.config.runtimeConfigFile.name }}
51-
subPath: {{ .Values.config.runtimeConfigFile.name }}
50+
mountPath: {{ .Values.config.configFile.path }}/{{ .Values.config.configFile.name }}
51+
subPath: {{ .Values.config.configFile.name }}
5252
dnsPolicy: ClusterFirst
5353
restartPolicy: Always
5454
schedulerName: default-scheduler

0 commit comments

Comments
 (0)