Skip to content

Commit

Permalink
PATCH: Mount certs into the pgrest pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavobelfort committed Dec 13, 2023
1 parent 28d9662 commit 90c48bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/universal-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Universal Helm chart

type: application

version: 0.0.18
version: 0.0.19
# Not compatible with 0.0.1 due to change container.command

appVersion: "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/universal-helm/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
secret:
secretName: {{$sec.name}}
optional: false
defaultMode: {{- default 420 $sec.defaultMode }}
defaultMode: {{$sec.defaultMode}}
{{- with $sec.items }}
items:
{{- toYaml . | nindent 14 }}
Expand Down

0 comments on commit 90c48bf

Please sign in to comment.