mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-02 17:49:28 +00:00
25 lines
531 B
YAML
25 lines
531 B
YAML
#apiVersion: argoproj.io/v1alpha1
|
|
#kind: Application
|
|
#metadata:
|
|
# name: test
|
|
# namespace: argocd
|
|
# finalizers:
|
|
# - resources-finalizer.argocd.argoproj.io
|
|
#spec:
|
|
# project: applications
|
|
# source:
|
|
# plugin:
|
|
# name: kustomize-build-with-helm
|
|
# path: apps/test
|
|
# repoURL: https://github.com/vehagn/homelab
|
|
# targetRevision: HEAD
|
|
# destination:
|
|
# namespace: argocd
|
|
# name: in-cluster
|
|
# syncPolicy:
|
|
# automated:
|
|
# selfHeal: true
|
|
# prune: true
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|