We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b791f0 + 731465b commit d1bf9b2Copy full SHA for d1bf9b2
helm/oauth2-proxy/templates/deployment.yaml
@@ -12,9 +12,7 @@ metadata:
12
namespace: {{ template "oauth2-proxy.namespace" $ }}
13
spec:
14
replicas: {{ .Values.replicaCount }}
15
- {{- if .Values.revisionHistoryLimit }}
16
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
17
- {{- end }}
18
selector:
19
matchLabels:
20
{{- include "oauth2-proxy.selectorLabels" . | indent 6 }}
0 commit comments