Skip to content

Commit

Permalink
Merge pull request #460 from sparcs-kaist/fix/secret
Browse files Browse the repository at this point in the history
fix(deploy): Add C_FORCE_ROOT to celery
  • Loading branch information
DoyunShin committed Mar 13, 2024
2 parents 09ed49b + a1d084e commit ff3f33b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/base/celery/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ spec:
name: ara-env
key: AWS_ACCESS_KEY_ID
- name: NEWARA_REDIS_ADDRESS
value: "ara-redis-service"
value: "ara-redis-service"
- name: C_FORCE_ROOT
value: "true"

0 comments on commit ff3f33b

Please sign in to comment.