Skip to content

Commit

Permalink
fix typo and a missed name change
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Mar 11, 2023
1 parent 192aa54 commit b95345f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/common/templates/app_functions/_permissions.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GID: GID to change permissions to
*/}}
{{- define "ix.v1.common.app.permissions" -}}
{{- $type := .type | default "install" -}}
{{- $containerName := .containerName | default "permisions" -}}
{{- $containerName := .containerName | default "permissions" -}}
{{- $UID := .UID -}}
{{- $GID := .GID -}}

Expand Down
2 changes: 1 addition & 1 deletion library/common/templates/app_functions/_postgres.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ postgresbackup:
postgresbackup:
enabled: true
primary: true
imageSelector: imagePostgres
imageSelector: postgresImage
securityContext:
runAsUser: 999
runAsGroup: 999
Expand Down

0 comments on commit b95345f

Please sign in to comment.