Skip to content

Commit

Permalink
resolve conversations fix rucio/containers#215
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Jan 31, 2023
1 parent cb4c5c1 commit 9b59d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rucio-daemons/templates/renew-fts-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
value: {{ .Values.ftsRenewal.longProxy.existingSecret.key | default "long.proxy" | quote }}
{{- else }}
- name: USERCERT_NAME
value: {{ .Values.ftsRenewal.ftsCert.existingSecret.key | quote }}
value: {{ .Values.ftsRenewal.ftsCert.existingSecret.key | default "usercert.pem" | quote }}
- name: USERKEY_NAME
value: {{ .Values.ftsRenewal.ftsKey.existingSecret.key | quote }}
value: {{ .Values.ftsRenewal.ftsKey.existingSecret.key | default "new_userkey.pem" | quote }}
{{- end }}
restartPolicy: OnFailure
{{- end }}
Expand Down

0 comments on commit 9b59d64

Please sign in to comment.