From ad3030cd33ee6bb247f9c781583aaeb714ba8f02 Mon Sep 17 00:00:00 2001 From: David Ko Date: Sun, 5 Feb 2023 23:00:32 +0800 Subject: [PATCH] fix: wrong indentation of priorityClassName in deployment-webhook.yaml Signed-off-by: David Ko (cherry picked from commit d8a5c4ffd58ad4dd48f556b8bae55eff6ddf04ab) --- chart/templates/deployment-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment-webhook.yaml b/chart/templates/deployment-webhook.yaml index 6a94897..c4d353a 100644 --- a/chart/templates/deployment-webhook.yaml +++ b/chart/templates/deployment-webhook.yaml @@ -143,7 +143,7 @@ spec: - name: {{ .Values.privateRegistry.registrySecret }} {{- end }} {{- if .Values.longhornAdmissionWebhook.priorityClass }} - priorityClassName: {{ .Values.longhornAdmissionWebhook.priorityClass | quote }} + priorityClassName: {{ .Values.longhornAdmissionWebhook.priorityClass | quote }} {{- end }} {{- if or .Values.longhornAdmissionWebhook.tolerations .Values.global.cattle.windowsCluster.enabled }} tolerations: