Skip to content

Commit e511c22

Browse files
committed
Updated client secret to the TEM one
1 parent 8183266 commit e511c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helm/charts/murfey-instrument-server-tem/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ spec:
3737
# Mount config files from secrets
3838
- name: murfey-client-config
3939
secret:
40-
secretName: {{ .Values.global.murfeyClientConfigCLEMSecretName }}
40+
secretName: {{ .Values.global.murfeyClientConfigTEMSecretName }}
4141
items:
42-
- key: {{ .Values.global.murfeyClientConfigCLEMFileName }}
42+
- key: {{ .Values.global.murfeyClientConfigTEMFileName }}
4343
path: .murfey
4444
# Mount data directories
4545
{{- toYaml .Values.extraVolumes | nindent 8 }}

0 commit comments

Comments
 (0)