Skip to content

Commit

Permalink
fix(charts): upgrade err
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhongyi committed May 8, 2024
1 parent 0a9bacc commit be9b65e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/timeseries/templates/timeseries-secret-creds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" $) }}
Expand Down

0 comments on commit be9b65e

Please sign in to comment.