Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Aug 19, 2024
1 parent 5fc0019 commit c873745
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ansible/templates/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ service:
bootstrapScript: |
#!/bin/bash
pip install authlib
global:
postgresql:
auth:
postgresPassword='{{ postgresPassword }}'
postgresql:
auth:
postgresPassword: '{{ postgresPassword }}'


configOverrides:
Expand Down

0 comments on commit c873745

Please sign in to comment.