Skip to content

Commit 1d270dd

Browse files
Merge branch 'main' into patch-1
2 parents 8732988 + 2de706a commit 1d270dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
{{- include "oauth2-proxy.labels" . | indent 4 }}
77
{{- if .Values.deploymentAnnotations }}
88
annotations:
9-
{{ toYaml .Values.deploymentAnnotations | indent 8 }}
9+
{{ toYaml .Values.deploymentAnnotations | indent 4 }}
1010
{{- end }}
1111
name: {{ template "oauth2-proxy.fullname" . }}
1212
namespace: {{ template "oauth2-proxy.namespace" $ }}

0 commit comments

Comments
 (0)