Skip to content

Commit

Permalink
resolved helm linter complain
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Apr 4, 2024
1 parent c03ee02 commit 61ca929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: keycloak-postgresql
type: Opaque
data:
password: {{ .Values.fairspaceKeycloak.postgresql.postgresPassword | default (printf "%s-private" (include "fairspaceKeycloak.name" .)) | b64enc | quote }}
postgres-password: {{ .Values.fairspaceKeycloak.postgresql.postgresPassword | default (printf "%s-postgres-private" (include "fairspaceKeycloak.name" .)) | b64enc | quote }}
password: {{ (.Values.fairspaceKeycloak.postgresql).postgresPassword | default (printf "%s-private" (include "fairspaceKeycloak.name" .)) | b64enc | quote }}
postgres-password: {{ (.Values.fairspaceKeycloak.postgresql).postgresPassword | default (printf "%s-postgres-private" (include "fairspaceKeycloak.name" .)) | b64enc | quote }}
1 change: 0 additions & 1 deletion charts/fairspace-keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ fairspaceKeycloak:
cpu: "500m"
memory: "2048Mi"
postgresql:
password: ""

keycloakx:
dbchecker:
Expand Down

0 comments on commit 61ca929

Please sign in to comment.