Skip to content

Commit

Permalink
cleaning up scaled object quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjanoka committed Feb 27, 2023
1 parent 458628b commit 7ebf840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/archie/templates/scaledobject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ include "archie.fullname" . }}-jetstream
{{- if .Values.keda.pausedReplicas.enabled }}
annotations:
autoscaling.keda.sh/paused-replicas: "{{ .Values.keda.pausedReplicas.replicas }}"
autoscaling.keda.sh/paused-replicas: {{ .Values.keda.pausedReplicas.replicas | quote }}
{{- end }}
spec:
scaleTargetRef:
Expand Down

0 comments on commit 7ebf840

Please sign in to comment.