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 8183266 commit e511c22Copy full SHA for e511c22
Helm/charts/murfey-instrument-server-tem/templates/deployment.yaml
@@ -37,9 +37,9 @@ spec:
37
# Mount config files from secrets
38
- name: murfey-client-config
39
secret:
40
- secretName: {{ .Values.global.murfeyClientConfigCLEMSecretName }}
+ secretName: {{ .Values.global.murfeyClientConfigTEMSecretName }}
41
items:
42
- - key: {{ .Values.global.murfeyClientConfigCLEMFileName }}
+ - key: {{ .Values.global.murfeyClientConfigTEMFileName }}
43
path: .murfey
44
# Mount data directories
45
{{- toYaml .Values.extraVolumes | nindent 8 }}
0 commit comments