Skip to content

Commit

Permalink
Remove unused dbSecrets.dbName field
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 3, 2024
1 parent 36ab1b1 commit a24963c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion helm/templates/db/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ type: Opaque
data:
POSTGRES_USER: {{ .Values.dbSecrets.dbUser | b64enc | quote }}
POSTGRES_PASSWORD: {{ .Values.dbSecrets.dbPassword | b64enc | quote }}
POSTGRES_DB: {{ .Values.dbSecrets.dbName | b64enc | quote }}
1 change: 0 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ pvc:
dbSecrets:
dbUser: ""
dbPassword: ""
dbName: ""

backendSecrets:
secretKey: ""
Expand Down

0 comments on commit a24963c

Please sign in to comment.