We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d80d03 commit cc8bc78Copy full SHA for cc8bc78
deployment/templates/deploymentconfig.yaml
@@ -47,8 +47,8 @@ spec:
47
mountPath: {{ .Values.config.hookFile.path }}/{{ .Values.config.hookFile.name }}
48
subPath: {{ .Values.config.hookFile.name }}
49
- name: lodestar-runtime-cm-volume
50
- mountPath: {{ .Values.config.runtimeConfigFile.path }}/{{ .Values.config.runtimeConfigFile.name }}
51
- subPath: {{ .Values.config.runtimeConfigFile.name }}
+ mountPath: {{ .Values.config.configFile.path }}/{{ .Values.config.configFile.name }}
+ subPath: {{ .Values.config.configFile.name }}
52
dnsPolicy: ClusterFirst
53
restartPolicy: Always
54
schedulerName: default-scheduler
0 commit comments