Skip to content

Commit

Permalink
Merge pull request #104 from openinfradev/bugfix_keycloak
Browse files Browse the repository at this point in the history
Update install-admin-tools-wftpl.yaml
  • Loading branch information
seungkyua committed Nov 28, 2022
2 parents ead72b0 + 6d1d525 commit 1d24048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/decapod-apps/install-admin-tools-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
export PGPASSWORD=tacopassword
/opt/bitnami/postgresql/bin/psql -h postgresql.decapod-db.svc -U postgres -c "CREATE DATABASE keycloak;"
/opt/bitnami/postgresql/bin/psql -h postgresql.decapod-db.svc -U postgres -c "CREATE USER keycloak WITH ENCRYPTED PASSWORD '{{workflow.parameters.keycloak_db_user_password}}';"
/opt/bitnami/postgresql/bin/psql -h postgresql.decapod-db.svc -U postgres -c "CREATE USER keycloak SUPERUSER PASSWORD '{{workflow.parameters.keycloak_db_user_password}}';"
/opt/bitnami/postgresql/bin/psql -h postgresql.decapod-db.svc -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE keycloak TO keycloak;"
log "INFO" "database and user for keycloak are successfully created."
Expand Down

0 comments on commit 1d24048

Please sign in to comment.