mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
helm: Update helm charts to use userID and Keys
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
@ -14,12 +14,6 @@ metadata:
|
||||
heritage: {{ .Release.Service }}
|
||||
{{- with .Values.commonLabels }}{{ toYaml . | trim | nindent 4 }}{{- end }}
|
||||
stringData:
|
||||
{{- if .Values.secret.userID }}
|
||||
userID: {{ .Values.secret.userID }}
|
||||
{{- end }}
|
||||
{{- if .Values.secret.userKey }}
|
||||
userKey: {{ .Values.secret.userKey }}
|
||||
{{- end }}
|
||||
adminID: {{ .Values.secret.adminID }}
|
||||
adminKey: {{ .Values.secret.adminKey }}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user