apps-dev.yaml
This commit is contained in:
22
argocd/apps-dev.yaml
Normal file
22
argocd/apps-dev.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: apps-dev
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'git@192.168.4.101:innohub/k3s.git'
|
||||
path: argocd/apps
|
||||
targetRevision: main
|
||||
directory:
|
||||
recurse: true
|
||||
exclude: '**/include/*'
|
||||
jsonnet: {}
|
||||
destination:
|
||||
server: 'https://192.168.4.202:6443''
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
|
||||
Reference in New Issue
Block a user