Skip to content

Commit

Permalink
Add database name
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Nov 5, 2024
1 parent abbddd1 commit b5e3bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
--set-string global.secrets.keycloakClientID="${{secrets.KEYCLOAK_CLIENT_ID}}" \
--set-string global.secrets.keycloakClientSecret="${{secrets.KEYCLOAK_CLIENT_SECRET}}" \
--set-string bitnamipg.auth.username="${{secrets.DATABASE_USERNAME}}" \
--set-string bitnamipg.auth.password="${{secrets.DATABASE_PASSWORD}}" \
--set-string bitnamipg.auth.database="${{vars.DATABASE_NAME}}" \
--set-string global.config.databaseHost="${{steps.vars.outputs.release}}-bitnamipg" \
${{ inputs.params }} \
--install --wait --atomic ${{ steps.vars.outputs.release }} \
Expand Down
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ bitnamipg:
auth:
existingSecret: '{{ .Release.Name }}-database'
username: ~
password: ~
database: ~
shmVolume:
enabled: false
backup:
Expand Down

0 comments on commit b5e3bcd

Please sign in to comment.