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 @@ -2447,20 +2447,12 @@ orchestration:
24472447 importer :
24482448 # # @param orchestration.importer.enabled if true, the orchestration cluster deployment and its related resources are deployed via a helm release
24492449 enabled : false
2450- # # @param orchestration.importer.podLabels can be used to define extra importer pod labels
2451- podLabels : {}
2452- # # @param orchestration.importer.podAnnotations can be used to define extra importer pod annotations
2453- podAnnotations : {}
2454- # # @param orchestration.importer.extraVolumeMounts can be used to mount extra volumes for the importer pod
2455- extraVolumeMounts : []
2456- # # @param orchestration.importer.extraVolumes can be used to define extra volumes for the importer pod
2457- extraVolumes : []
2458- # # @param orchestration.importer.dnsConfig https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config
2459- dnsConfig : {}
2460- # # @param orchestration.importer.dnsPolicy https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy
2461- dnsPolicy : " "
24622450 # # @param orchestration.importer.envFrom list of environment variables to import from configMapRef and secretRef
24632451 envFrom : []
2452+ # # @param orchestration.importer.extraVolumes can be used to define extra volumes for the importer pod
2453+ extraVolumes : []
2454+ # # @param orchestration.importer.extraVolumeMounts can be used to mount extra volumes for the importer pod
2455+ extraVolumeMounts : []
24642456
24652457 # # @param orchestration.sidecars can be used to attach extra containers to the deployment
24662458 sidecars : []
You can’t perform that action at this time.
0 commit comments