forked from ab/homelab
20 lines
374 B
YAML
20 lines
374 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: core
|
|
namespace: argocd
|
|
spec:
|
|
project: homelab
|
|
source:
|
|
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
|
|
targetRevision: HEAD
|
|
path: k8s/core/
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
|