Skip to content

Commit

Permalink
Merge pull request #14 from grrywlsn/add-quotes
Browse files Browse the repository at this point in the history
Add quotes to V1 vars
  • Loading branch information
chelnak authored Jul 17, 2022
2 parents f96798b + 99fc554 commit 2501471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/status-cake-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ spec:
env:
{{- if .Values.statuscake.useV1UptimeEndpoints }}
- name: USE_V1_UPTIME_ENDPOINTS
value: {{ .Values.statuscake.useV1UptimeEndpoints }}
value: {{ .Values.statuscake.useV1UptimeEndpoints | quote }}
{{- end }}
{{- if .Values.statuscake.useV1MaintenanceWindowsEndpoints }}
- name: USE_V1_MAINTENANCE_WINDOWS_ENDPOINTS
value: {{ .Values.statuscake.useV1MaintenanceWindowsEndpoints }}
value: {{ .Values.statuscake.useV1MaintenanceWindowsEndpoints | quote }}
{{- end }}
- name: USERNAME
valueFrom:
Expand Down

0 comments on commit 2501471

Please sign in to comment.