feat(argo-rollouts): Update resources as following upstream
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
4444ea2c92
commit
068887ca7a
8 changed files with 1147 additions and 21 deletions
|
|
@ -21,7 +21,7 @@ spec:
|
|||
app.kubernetes.io/component: {{ .Values.controller.component }}
|
||||
{{- include "argo-rollouts.selectorLabels" . | nindent 6 }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
type: RollingUpdate
|
||||
replicas: {{ .Values.controller.replicas }}
|
||||
revisionHistoryLimit: {{ .Values.global.revisionHistoryLimit }}
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue