Skip to content

Commit d1bf9b2

Browse files
Merge branch 'main' into fix-hostalias
2 parents 9b791f0 + 731465b commit d1bf9b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

helm/oauth2-proxy/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ metadata:
1212
namespace: {{ template "oauth2-proxy.namespace" $ }}
1313
spec:
1414
replicas: {{ .Values.replicaCount }}
15-
{{- if .Values.revisionHistoryLimit }}
1615
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
17-
{{- end }}
1816
selector:
1917
matchLabels:
2018
{{- include "oauth2-proxy.selectorLabels" . | indent 6 }}

0 commit comments

Comments
 (0)