Files
argo-temp/environments/dev/app-root.yaml
T

18 lines
461 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: blahaj-root
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/ION606/argo-temp.git
targetRevision: blahaj-app
path: environments/dev
directory: { recurse: true }
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated: { prune: true, selfHeal: true }