Skip to content

Commit

Permalink
chore: template
Browse files Browse the repository at this point in the history
swap undefined template function for value
  • Loading branch information
Jonathan Langlois committed Dec 9, 2021
1 parent a84e5ba commit e09ce38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: sso-keycloak
version: 0.1.3
version: 0.1.4
appVersion: 0.1.0
description: Open Source Identity and Access Management For Modern Applications and Services
4 changes: 2 additions & 2 deletions helm/keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ spec:
- name: SSO_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: {{ template "fullname" . }}
key: {{ .Values.postgres.credentials.passwordKey }}
name: {{ .Values.postgres.credentials.secret }}
key: {{ .Values.postgres.credentials.passwordKey }}
# DB POOL SIZES
- name: DB_MIN_POOL_SIZE
value: {{ .Values.postgres.poolSize.min | quote }}
Expand Down

0 comments on commit e09ce38

Please sign in to comment.