Skip to content

Commit

Permalink
Fix broken include
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Nov 11, 2024
1 parent ad29598 commit 2d57aac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/iam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.11
version: 0.1.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/iam/templates/iam-migration/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ spec:
name: iam-iam-postgres-pguser-iam
key: uri
- name: DATABASE_SCHEMA
value: {{ include "iam-postgres.username" }}
value: {{ include "iam-postgres.username" . }}
restartPolicy: OnFailure
4 changes: 2 additions & 2 deletions charts/iam/templates/iam-postgres/postgrescluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ spec:
postgresVersion: 16
users:
- databases:
- {{ include "iam-postgres.username" }}
name: {{ include "iam-postgres.username" }}
- {{ include "iam-postgres.username" . }}
name: {{ include "iam-postgres.username" . }}

0 comments on commit 2d57aac

Please sign in to comment.