my-apps/argocd-apps/tunedrop.yaml
2026-03-25 11:02:46 +02:00

22 lines
543 B
YAML

# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: tunedrop
# namespace: argocd
# spec:
# project: my-apps
# source:
# repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/my-apps.git
# targetRevision: HEAD
# path: charts/tunedrop-chart
# helm:
# valueFiles:
# - ../../manifests/tunedrop/values.yaml
# destination:
# server: https://kubernetes.default.svc
# namespace: my-apps
# syncPolicy:
# automated:
# prune: true
# selfHeal: true