21 lines
499 B
YAML
21 lines
499 B
YAML
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: my-apps-extra-resources
|
|
# namespace: argocd
|
|
# spec:
|
|
# project: my-apps
|
|
# source:
|
|
# repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
|
# targetRevision: HEAD
|
|
# path: manifests/extra-resources
|
|
# directory:
|
|
# recurse: true
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: my-apps
|
|
# syncPolicy:
|
|
# automated: {}
|
|
# # prune: true
|
|
# # selfHeal: true
|