Skip to content

Commit

Permalink
debug: apply secret into eks, set helm container env value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Mar 17, 2024
1 parent 247918d commit 1328a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devops/k8s/acon-k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ spec:
- name: NODE_ENV
valueFrom:
secretKeyRef:
name: django-app-configmap
name: deploy-secrets
key: NODE_ENV
- name: PORT
valueFrom:
secretKeyRef:
name: django-app-configmap
name: deploy-secrets
key: PORT
- name: SWAGGER_ADMIN
valueFrom:
secretKeyRef:
name: django-app-configmap
name: deploy-secrets
key: SWAGGER_ADMIN
- name: SWAGGER_PASSWORD
valueFrom:
Expand Down

0 comments on commit 1328a1e

Please sign in to comment.