Skip to content

Commit

Permalink
[GHA] Update gmod chart
Browse files Browse the repository at this point in the history
  • Loading branch information
krzwiatrzyk committed Apr 28, 2024
1 parent 4957326 commit 5ef62c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/gmod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: gmod
version: 0.0.20
version: 0.0.21
5 changes: 5 additions & 0 deletions charts/gmod/templates/lib/containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
volumeMounts:
- mountPath: /gmod
name: config
{{ if .Values.secretEnvs }}
envFrom:
- secretRef:
name: {{.Values.secretEnvs }}
{{ end }}
{{ end }}
5 changes: 0 additions & 5 deletions charts/gmod/templates/lib/pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ volumes:
- name: config
configMap:
name: {{ .Release.Name }}-config
{{ if .Values.secretEnvs }}
envFrom:
- secretRef:
name: {{.Values.secretEnvs }}
{{ end }}
{{ end }}

0 comments on commit 5ef62c5

Please sign in to comment.