We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96da8b6 commit bc1b7b1Copy full SHA for bc1b7b1
helm/charts/celery_worker/templates/deployment.yaml
@@ -18,7 +18,7 @@ spec:
18
- name: celery-worker
19
image: public.ecr.aws/y9s1f3r5/drdroid/drd-vpc-agent:latest
20
imagePullPolicy: Always
21
- command: ["./start-celery-worker.sh"]
+ command: [ "./start-celery-worker.sh" ]
22
env:
23
- name: DJANGO_DEBUG
24
value: "True"
@@ -32,6 +32,8 @@ spec:
32
value: {{ .Values.global.DRD_CLOUD_API_TOKEN | quote }}
33
- name: DRD_CLOUD_API_HOST
34
value: {{ .Values.global.DRD_CLOUD_API_HOST | quote }}
35
+ - name: NATIVE_KUBERNETES_API_MODE
36
+ value: {{ .Values.global.NATIVE_KUBERNETES_API_MODE | quote }}
37
volumeMounts:
38
- name: credentials-volume
39
mountPath: /code/credentials/secrets.yaml
0 commit comments