Skip to content

Commit

Permalink
add secret in env container back
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 3, 2023
1 parent 62d8dbf commit e84a4fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/kube/basegun/templates/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
envFrom:
- configMapRef:
name: {{ include "basegun.name" . }}-config
- secretRef:
name: {{ .Values.backend.secret.secretName }}
ports:
- name: api
containerPort: 5000
Expand Down

0 comments on commit e84a4fa

Please sign in to comment.