Skip to content

Commit a25aafd

Browse files
authored
feat: add config map (#127)
1 parent 315aedd commit a25aafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/sway-playground/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ spec:
3636
envFrom:
3737
- secretRef:
3838
name: sway-playground
39+
envFrom:
40+
- configMapRef:
41+
name: app-sway-playground
3942
ports:
4043
- name: http
4144
containerPort: {{ .Values.service.port }}

0 commit comments

Comments
 (0)