mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 17:02:03 +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:
|
volumeMounts:
|
||||||
{{- if .Values.global.credentialsAndCertsSecrets }}
|
{{- if .Values.global.credentialsAndCertsSecrets }}
|
||||||
- name: datahub-certs-dir
|
- name: datahub-certs-dir
|
||||||
mountPath: {{ .Values.global.credentialsAndCertsSecretPath | default "/mnt/certs" }}
|
mountPath: {{ .Values.global.credentialsAndCertsSecrets.path | default "/mnt/certs" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.kafkaSetupJob.extraVolumeMounts }}
|
{{- with .Values.kafkaSetupJob.extraVolumeMounts }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
@ -79,4 +79,4 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user