File tree Expand file tree Collapse file tree 2 files changed +6
-20
lines changed
charts/camunda-platform-8.8 Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 2020 metadata :
2121 labels :
2222 {{- include "orchestrationImporter.labels" . | nindent 8 }}
23- {{- if .Values.orchestration.importer.podLabels }}
24- {{- toYaml .Values.orchestration.importer.podLabels | nindent 8 }}
25- {{- end }}
2623 annotations :
2724 checksum/config : {{ include (print $.Template.BasePath "/orchestration/configmap.yaml") . | sha256sum }}
28- {{- range $key, $value := .Values.orchestration.importer.podAnnotations }}
29- {{ $key }}: {{ $value | quote }}
30- {{- end }}
3125 spec :
3226 imagePullSecrets :
3327 {{- include "orchestration.imagePullSecrets" . | nindent 8 }}
@@ -270,10 +264,10 @@ spec:
270264 {{ .Values.orchestration.importer.extraVolumes | toYaml | nindent 8 }}
271265 {{- end }}
272266 serviceAccountName : {{ include "orchestration.serviceAccountName" . }}
273- {{- if .Values.orchestration.importer. dnsConfig }}
267+ {{- if .Values.orchestration.dnsConfig }}
274268 dnsConfig : {{- toYaml .Values.orchestration.importer.dnsConfig | nindent 8 }}
275269 {{- end }}
276- {{- if .Values.orchestration.importer. dnsPolicy }}
270+ {{- if .Values.orchestration.dnsPolicy }}
277271 dnsPolicy : {{ .Values.orchestration.importer.dnsPolicy | quote }}
278272 {{- end }}
279273 {{- if .Values.orchestration.podSecurityContext }}
Original file line number Diff line number Diff line change @@ -2490,20 +2490,12 @@ orchestration:
24902490 importer :
24912491 # # @param orchestration.importer.enabled if true, the orchestration cluster deployment and its related resources are deployed via a helm release
24922492 enabled : false
2493- # # @param orchestration.importer.podLabels can be used to define extra importer pod labels
2494- podLabels : {}
2495- # # @param orchestration.importer.podAnnotations can be used to define extra importer pod annotations
2496- podAnnotations : {}
2497- # # @param orchestration.importer.extraVolumeMounts can be used to mount extra volumes for the importer pod
2498- extraVolumeMounts : []
2499- # # @param orchestration.importer.extraVolumes can be used to define extra volumes for the importer pod
2500- extraVolumes : []
2501- # # @param orchestration.importer.dnsConfig https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config
2502- dnsConfig : {}
2503- # # @param orchestration.importer.dnsPolicy https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
2504- dnsPolicy : " "
25052493 # # @param orchestration.importer.envFrom list of environment variables to import from configMapRef and secretRef
25062494 envFrom : []
2495+ # # @param orchestration.importer.extraVolumes can be used to define extra volumes for the importer pod
2496+ extraVolumes : []
2497+ # # @param orchestration.importer.extraVolumeMounts can be used to mount extra volumes for the importer pod
2498+ extraVolumeMounts : []
25072499
25082500 # # @param orchestration.sidecars can be used to attach extra containers to the deployment
25092501 sidecars : []
You can’t perform that action at this time.
0 commit comments