fix(k8s): fix kafka-setup-job.yml datahub-certs-dir mountPath (#2526)

This commit is contained in:
Nick Wu 2021-05-10 19:33:32 -07:00 committed by GitHub
parent 69dc2682ec
commit 86c85fa7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ spec:
volumeMounts:
{{- if .Values.global.credentialsAndCertsSecrets }}
- name: datahub-certs-dir
mountPath: {{ .Values.global.credentialsAndCertsSecretPath | default "/mnt/certs" }}
mountPath: {{ .Values.global.credentialsAndCertsSecrets.path | default "/mnt/certs" }}
{{- end }}
{{- with .Values.kafkaSetupJob.extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
@ -79,4 +79,4 @@ spec:
requests:
cpu: 300m
memory: 256Mi
{{- end -}}
{{- end -}}