Skip to content

Commit 1114643

Browse files
add argo rollout (#84)
add argo rollout (#84)
1 parent 28bccd8 commit 1114643

6 files changed

Lines changed: 823 additions & 0 deletions

File tree

charts/agent/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if not .Values.rollout.enabled }}
12
apiVersion: apps/v1
23
kind: Deployment
34
metadata:
@@ -439,3 +440,4 @@ spec:
439440
tolerations:
440441
{{- toYaml . | nindent 8 }}
441442
{{- end }}
443+
{{- end }}

0 commit comments

Comments
 (0)