diff --git a/scripts/helm/helm/values.yaml b/scripts/helm/helm/values.yaml index 123ada956..c8af79fd8 100644 --- a/scripts/helm/helm/values.yaml +++ b/scripts/helm/helm/values.yaml @@ -1,3 +1,4 @@ +# Databases specific variables postgresql: &postgres # For genrating psswords # `openssl rand -hex 20` @@ -24,6 +25,8 @@ minio: accessKey: "changeMeMinioAccessKey" secretKey: "changeMeMinioPasword" +# Application specific variables + global: postgresql: *postgres kafka: *kafka