mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
18 lines
461 B
YAML
18 lines
461 B
YAML
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: blahaj-root
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
source:
|
||
|
|
repoURL: https://github.com/ION606/argo-temp.git
|
||
|
|
targetRevision: blahaj-app
|
||
|
|
path: environments/dev
|
||
|
|
directory: { recurse: true }
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: argocd
|
||
|
|
syncPolicy:
|
||
|
|
automated: { prune: true, selfHeal: true }
|