Skip to content

Commit

Permalink
fix: deployment annotation indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem authored Apr 23, 2024
1 parent e4d9dd6 commit 3660d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" $ }}
Expand Down

0 comments on commit 3660d5a

Please sign in to comment.