From 3660d5a311fe0be34a31f708ae4e27a597765ed2 Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Tue, 23 Apr 2024 16:38:16 +0200 Subject: [PATCH] fix: deployment annotation indentation --- helm/oauth2-proxy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/templates/deployment.yaml b/helm/oauth2-proxy/templates/deployment.yaml index 218bef4..8077aa3 100644 --- a/helm/oauth2-proxy/templates/deployment.yaml +++ b/helm/oauth2-proxy/templates/deployment.yaml @@ -6,7 +6,7 @@ metadata: {{- include "oauth2-proxy.labels" . | indent 4 }} {{- if .Values.deploymentAnnotations }} annotations: -{{ toYaml .Values.deploymentAnnotations | indent 8 }} +{{ toYaml .Values.deploymentAnnotations | indent 4 }} {{- end }} name: {{ template "oauth2-proxy.fullname" . }} namespace: {{ template "oauth2-proxy.namespace" $ }}