Browse Source

Fix secretName for seaweedfs-cosi-driver (#5850)

pull/5855/head
Andrei Kvapil 5 months ago
committed by GitHub
parent
commit
bd1b8119fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      k8s/charts/seaweedfs/templates/cosi-deployment.yaml

2
k8s/charts/seaweedfs/templates/cosi-deployment.yaml

@ -173,7 +173,7 @@ spec:
{{- if .Values.cosi.existingConfigSecret }} {{- if .Values.cosi.existingConfigSecret }}
secretName: {{ .Values.cosi.existingConfigSecret }} secretName: {{ .Values.cosi.existingConfigSecret }}
{{- else }} {{- else }}
secretName: seaweedfs-cosi-secret
secretName: seaweedfs-client-cert
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if .Values.global.enableSecurity }} {{- if .Values.global.enableSecurity }}

Loading…
Cancel
Save