my-apps/argocd-apps/tunedrop.yaml
2025-07-10 02:01:29 +03:00

22 lines
467 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tunedrop
namespace: argocd
spec:
project: my-apps
source:
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
targetRevision: HEAD
path: charts/tunedrop
helm:
valueFiles:
- ../../manifests/tunedrop/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: my-apps
syncPolicy:
automated:
prune: true
selfHeal: true