diff --git a/charts/timeseries/templates/timeseries-secret-creds.yaml b/charts/timeseries/templates/timeseries-secret-creds.yaml index 79a68ac..32c43b5 100644 --- a/charts/timeseries/templates/timeseries-secret-creds.yaml +++ b/charts/timeseries/templates/timeseries-secret-creds.yaml @@ -6,8 +6,6 @@ metadata: labels: app: drycc-timeseries heritage: drycc - annotations: - "helm.sh/hook": pre-install data: superuser: {{ include "common.secrets.lookup" (dict "secret" "timeseries-creds" "key" "superuser" "defaultValue" (.Values.superuser | default (randAlpha 32) | lower) "context" $) }} superuser-password: {{ include "common.secrets.lookup" (dict "secret" "timeseries-creds" "key" "superuser-password" "defaultValue" (.Values.superuserPassword | default (randAlphaNum 32)) "context" $) }}