argocd/argo1/argo1-bad.yaml

27 lines
522 B
YAML
Raw Normal View History

2023-04-23 16:19:35 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo1
namespace: argocd
spec:
destination:
name: in-cluster
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: .
repoURL: https://git.strudelline.net/infra/repo1
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
retry:
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s
limit: 10
syncOptions:
- CreateNamespace=true