Skip to content

Commit

Permalink
fix: add missing secrets to beat and celery pods (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Sep 19, 2024
1 parent aa34b61 commit dc57ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/beat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
envFrom:
- configMapRef:
name: django-config
- secretRef:
name: ml-secrets-env
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 2 additions & 0 deletions k8s/celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ spec:
envFrom:
- configMapRef:
name: django-config
- secretRef:
name: ml-secrets-env
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit dc57ac6

Please sign in to comment.