rollout v1

This commit is contained in:
Waylon Walker 2024-03-12 20:07:15 -05:00
parent eebe310060
commit bebfe9013d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 158 additions and 1 deletions

View file

@ -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