rollout v1
This commit is contained in:
parent
eebe310060
commit
bebfe9013d
4 changed files with 158 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
|
|
@ -44,3 +43,23 @@ spec:
|
|||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
---
|
||||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: hello-world
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: hello-world
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: hello-world/deployments
|
||||
repoURL: 'https://github.com/waylonwalker/learn-rollouts'
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue