24 lines
453 B
YAML
24 lines
453 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nfs-client
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitlab.com/developerdurp/homelab.git
|
|
targetRevision: dev
|
|
path: nfs-client
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
namespace: nfs-client
|
|
name: in-cluster
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
|