bootstrap: source: repoURL: "https://git.strudelline.net/infra/argocd" targetRevision: "main" path: argo1 argo-cd: crds: install: false configs: params: "server.insecure": "true" controller: replicas: 3 server: ingress: enabled: true hosts: &hhosts - argocd.strudelline.net tls: - hosts: *hhosts secretName: wildcard-tls ingressGrpc: enabled: true hosts: &ghosts - grpc-argocd.strudelline.net tls: - hosts: *ghosts secretName: wildcard-tls #argocd-apps: # applications: # - name: argo1 # destination: # name: in-cluster # namespace: argocd # source: # path: . # repoURL: 'https://git.strudelline.net/infra/argo1' # targetRevision: main # sources: [] # project: default # syncPolicy: # automated: # prune: false # selfHeal: true # syncOptions: # - CreateNamespace=true # retry: # limit: 10 # backoff: # duration: 5s # maxDuration: 3m0s # factor: 2