Skip to content

Commit a169931

Browse files
irbyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f83c713 commit a169931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/charts/command-cert-manager-issuer/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ spec:
122122
{{- toYaml . | nindent 8 }}
123123
{{- end }}
124124
{{- if .Values.priorityClassName }}
125-
priorityClassName: {{ .Values.priorityClassName }}
125+
priorityClassName: {{ .Values.priorityClassName | quote }}
126126
{{- end }}
127127
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)