my-apps/argocd-apps/my-recipes.yaml

22 lines
489 B
YAML

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