Commit 1f
This commit is contained in:
26
argomanifest/argo.yaml
Normal file
26
argomanifest/argo.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
||||
metadata:
|
||||
name: buttijo-application
|
||||
namespace: zaia
|
||||
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://giteo.pachamama.daxweb.it/admin/buttijo_argocd
|
||||
targetRevision: HEAD
|
||||
path: argomanifest/deploy
|
||||
|
||||
destination:
|
||||
server: https://192.168.1.41:6443
|
||||
namespace: zaia
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
Reference in New Issue
Block a user