Skip to content

Commit

Permalink
add annotations to posgtresql deployment with helm (#9556)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jan 19, 2022
1 parent 48ca806 commit 9d224f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/airbyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,9 @@ postgresql:
## This secret is used in case of postgresql.enabled=true and we would like to specify password for newly created postgresql instance
##
existingSecret: ""

commonAnnotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-weight: -1
## External PostgreSQL configuration
## All of these values are only used when postgresql.enabled is set to false
## @param externalDatabase.host Database host
Expand Down

0 comments on commit 9d224f2

Please sign in to comment.