Files
helm/goghvideo-app-of-apps.yml
2023-10-05 23:48:53 -06:00

22 lines
453 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: goghvideo-applications
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: applications
repoURL: https://git.endofday.com/goghvideo/helm.git
targetRevision: HEAD
helm:
valueFiles:
- goghvideo.yaml
syncPolicy:
automated:
selfHeal: true
prune: true