Skip to content

Commit

Permalink
env vars for webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Nov 5, 2024
1 parent d120d82 commit 7725002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: {{ .Release.Name }}-webapp-env
data:
{{ .Values.webapp.env | toYaml | indent 2 }}
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ spec:
envFrom:
- secretRef:
name: {{ .Release.Name }}-webapp-secret-env
- configMapRef:
name: {{ .Release.Name }}-webapp-env

0 comments on commit 7725002

Please sign in to comment.