Skip to content

Commit bc1b7b1

Browse files
committed
updates helm
1 parent 96da8b6 commit bc1b7b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

helm/charts/celery_worker/templates/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: celery-worker
1919
image: public.ecr.aws/y9s1f3r5/drdroid/drd-vpc-agent:latest
2020
imagePullPolicy: Always
21-
command: ["./start-celery-worker.sh"]
21+
command: [ "./start-celery-worker.sh" ]
2222
env:
2323
- name: DJANGO_DEBUG
2424
value: "True"
@@ -32,6 +32,8 @@ spec:
3232
value: {{ .Values.global.DRD_CLOUD_API_TOKEN | quote }}
3333
- name: DRD_CLOUD_API_HOST
3434
value: {{ .Values.global.DRD_CLOUD_API_HOST | quote }}
35+
- name: NATIVE_KUBERNETES_API_MODE
36+
value: {{ .Values.global.NATIVE_KUBERNETES_API_MODE | quote }}
3537
volumeMounts:
3638
- name: credentials-volume
3739
mountPath: /code/credentials/secrets.yaml

0 commit comments

Comments
 (0)