Skip to content

Conversation

@gil0109
Copy link

@gil0109 gil0109 commented Apr 24, 2024

This change would allow the ability to add multiple database creations as part of the helm chart.

Example:

update values.yaml with:

      users:
        - name: forms-flow-analytics
          password:
            type: AlphaNumeric
          databases:
            - forms-flow-analytics
          options: "CREATEROLE"
        - name: forms-flow-api
          password:
            type: AlphaNumeric
          databases:
            - forms-flow-api
          options: "CREATEROLE"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant