From 311b678db67e6e2994e4b4d3f342d4ec073e8751 Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Thu, 19 Sep 2024 09:40:19 -0700 Subject: [PATCH] fix: add missing secrets to beat and celery pods --- k8s/beat.yaml | 2 ++ k8s/celery.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/k8s/beat.yaml b/k8s/beat.yaml index 079748cd..b49ffbb9 100644 --- a/k8s/beat.yaml +++ b/k8s/beat.yaml @@ -37,6 +37,8 @@ spec: envFrom: - configMapRef: name: django-config + - secretRef: + name: ml-secrets-env securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/k8s/celery.yaml b/k8s/celery.yaml index b0b8be20..60e9c9cc 100644 --- a/k8s/celery.yaml +++ b/k8s/celery.yaml @@ -65,6 +65,8 @@ spec: envFrom: - configMapRef: name: django-config + - secretRef: + name: ml-secrets-env securityContext: allowPrivilegeEscalation: false capabilities: