diff --git a/helm/minio/templates/post-install-create-user-job.yaml b/helm/minio/templates/post-install-create-user-job.yaml index aa8b5aaf8..7d7f6dd9d 100644 --- a/helm/minio/templates/post-install-create-user-job.yaml +++ b/helm/minio/templates/post-install-create-user-job.yaml @@ -64,7 +64,7 @@ spec: name: {{ tpl .existingSecret $global }} items: - key: {{ .existingSecretKey }} - path: secrets/{{ tpl .accessKey $global }} + path: secrets/{{ tpl .existingSecretKey $global }} {{- end }} {{- end }} {{- if .Values.tls.enabled }}