Skip to content

Commit

Permalink
[GHA] Update go-monorepo chart
Browse files Browse the repository at this point in the history
  • Loading branch information
krzwiatrzyk committed Aug 7, 2024
1 parent 630fa6a commit b0676bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/go-monorepo/templates/lib/containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
- configMapRef:
name: {{ .Release.Name }}-envs
{{ end }}
{{ if .Values.env }}
env: {{ .Values.env | toYaml | nindent 2 }}
{{ end }}
{{ end }}
4 changes: 4 additions & 0 deletions charts/go-monorepo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ args: []
secrets:
enabled: true

# Those maps to configMap
envs: {}
# KEY: VALUE

# Those maps to env key in pod
env: {}

rabbitmq:
enabled: false
vhost:
Expand Down

0 comments on commit b0676bf

Please sign in to comment.