Skip to content

Commit

Permalink
Merge pull request #1003 from porter-dev/rudimk/keda-blue-green-fix
Browse files Browse the repository at this point in the history
Fixed a bug where chart values were out of scope.
  • Loading branch information
rudimk authored Nov 22, 2023
2 parents 1977af2 + d8aa513 commit 07792a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/templates/scaled-object-blue-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
query: {{ $.Values.keda.trigger.metricQuery }}
threshold: '{{ $.Values.keda.trigger.metricThreshold }}'
{{- end }}
{{- if .Values.keda.triggers }}
{{- if $.Values.keda.triggers }}
triggers:
{{- toYaml $.Values.keda.triggers | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 07792a5

Please sign in to comment.