Skip to content

Commit

Permalink
Fix threshold field type
Browse files Browse the repository at this point in the history
Signed-off-by: Tom M G <[email protected]>
  • Loading branch information
7onn committed Dec 3, 2023
1 parent abb157a commit ed5ccc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- type: {{ .type | quote }}
metadata:
serverAddress: {{ .metadata.serverAddress }}
threshold: {{ .metadata.threshold }}
threshold: {{ .metadata.threshold | quote }}
query: |
{{- .metadata.query | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit ed5ccc8

Please sign in to comment.