Commit c2e9c948 authored by Rajesh's avatar Rajesh Committed by rjshrjndrn
Browse files

fix maxSurge

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ spec:
strategy:
type: {{ .Values.strategy.type }}
rollingUpdate:
maxsurge: {{ .Values.strategy.maxsurge }}
maxSurge: {{ .Values.strategy.maxsurge }}
maxUnavailable: {{ .Values.strategy.maxunavailable }}
selector:
matchLabels:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment