We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036bd02 commit 547c911Copy full SHA for 547c911
dask_kubernetes/operator/deployment/helm/dask-kubernetes-operator/templates/deployment.yaml
@@ -41,6 +41,9 @@ spec:
41
- name: DASK_KUBERNETES__CONTROLLER__WORKER_ALLOCATION__DELAY
42
value: {{ . | quote }}
43
{{- end }}
44
+ {{- with .Values.extraEnv }}
45
+ {{- toYaml . | nindent 12 }}
46
+ {{- end }}
47
args:
48
- --liveness=http://0.0.0.0:8080/healthz
49
{{- with .Values.kopfArgs }}
dask_kubernetes/operator/deployment/helm/dask-kubernetes-operator/values.yaml
@@ -46,6 +46,8 @@ volumes: [] # Volumes for the operator pod
volumeMounts: [] # Volume mounts for the operator container
+extraEnv: [] # Extra environment variables for the operator container
50
+
51
nodeSelector: {} # Node selector
52
53
tolerations: [] # Tolerations
0 commit comments