Files
homelab/apps/test/test-apps/app3.yaml
2023-12-14 20:06:57 +01:00

30 lines
666 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app3
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: test
sources:
- repoURL: https://github.com/vehagn/homelab
path: charts/application
helm:
parameters:
- name: name
value: app3
valueFiles:
- $values/apps/test/test-apps/common-values.yaml
- repoURL: https://github.com/vehagn/homelab
ref: values
destination:
namespace: test-apps
name: in-cluster
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true