Skip to content

Commit

Permalink
Fix databaseSecret references
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarlis committed Jan 30, 2025
1 parent dadb30a commit 875a06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/windmill/templates/indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- name : "METRICS_ADDR"
value: "true"
{{ end }}
{{- if and .Values.windmill.createSecret .Values.windmill.databaseUrl -}}
{{- if and .Values.windmill.databaseSecret .Values.windmill.databaseUrl -}}
- name: "DATABASE_URL"
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/windmill/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.windmill.databaseUrlSecret .Values.windmill.databaseUrl -}}
{{- if and .Values.windmill.databaseSecret .Values.windmill.databaseUrl -}}
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 875a06f

Please sign in to comment.