hotdawg
4 years ago
2 changed files with 21 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
apiVersion: argoproj.io/v1alpha1 |
||||
|
kind: Application |
||||
|
metadata: |
||||
|
name: applications |
||||
|
namespace: argocd |
||||
|
finalizers: |
||||
|
- resources-finalizer.argocd.argoproj.io |
||||
|
spec: |
||||
|
destination: |
||||
|
namespace: argocd |
||||
|
server: https://kubernetes.default.svc |
||||
|
project: default |
||||
|
source: |
||||
|
path: apps |
||||
|
repoURL: https://github.com/argoproj/argocd-example-apps |
||||
|
targetRevision: HEAD |
||||
|
syncPolicy: |
||||
|
automated: |
||||
|
selfHeal: true |
||||
|
prune: true |
Loading…
Reference in new issue