make apps
This commit is contained in:
parent
5982f54dab
commit
cdbfb313fb
1 changed files with 35 additions and 0 deletions
35
apps/apps.yaml
Normal file
35
apps/apps.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: apps
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: argo
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: apps
|
||||
repoURL: 'https://github.com/waylonwalker/learn-rollouts'
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
---
|
||||
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: rollouts
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
namespace: rollouts
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: rollouts-app
|
||||
repoURL: 'https://github.com/waylonwalker/learn-rollouts'
|
||||
targetRevision: HEAD
|
||||
Loading…
Add table
Add a link
Reference in a new issue