mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 08:54:32 +00:00
fix(k8s): fix kafka-setup-job.yml datahub-certs-dir mountPath (#2526)
This commit is contained in:
parent
69dc2682ec
commit
86c85fa7b0
@ -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 -}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user