Skip to content

Commit

Permalink
fix: conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez authored and Diego Rodriguez committed Nov 8, 2023
1 parent e0e4431 commit cefdd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/lightcurve-step/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ data:
skip-mjd-filter: "{{ .Values.configmap.skipMjdFilter }}"
{{- if .Values.featureFlags.usePsql }}
sql-secret-name: {{ .Values.configmap.psqlSecretName }}
{{- endif }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/lightcurve-step/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
configMapKeyRef:
name: {{ include "lightcurve-step.fullname" . }}
key: sql-secret-name
{{- endif }}
{{- end }}
- name: CONSUMER_TOPICS
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit cefdd33

Please sign in to comment.