From 9d224f2a1066d764dcd9572b298b4fad457d0bab Mon Sep 17 00:00:00 2001 From: Augustin Date: Wed, 19 Jan 2022 21:43:26 +0100 Subject: [PATCH] add annotations to posgtresql deployment with helm (#9556) --- charts/airbyte/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/airbyte/values.yaml b/charts/airbyte/values.yaml index 470c65bd08668..42221b185c4a3 100644 --- a/charts/airbyte/values.yaml +++ b/charts/airbyte/values.yaml @@ -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