--- apiVersion: v1 kind: Namespace metadata: name: argocd --- apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: argocd namespace: kube-system spec: # do not change order! (needed for renovate) chart: argo-cd repo: https://argoproj.github.io/argo-helm version: 6.8.0 targetNamespace: argocd valuesContent: |- server: replicas: 1 applicationSet: enabled: false notifications: enabled: false dex: enabled: false --- apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: argocd-apps namespace: kube-system spec: # do not change order! (needed for renovate) chart: argocd-apps repo: https://argoproj.github.io/argo-helm version: 2.0.0 targetNamespace: argocd valuesContent: |- projects: baseline: namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io sourceRepos: - '*' destinations: - namespace: '*' server: '*' clusterResourceWhitelist: - group: '*' kind: '*' applications: baseline: project: baseline finalizers: - resources-finalizer.argocd.argoproj.io source: repoURL: 'https://git.smsvc.net/k8s/baseline.git' targetRevision: HEAD path: manifests/ directory: recurse: true destination: server: 'https://kubernetes.default.svc' namespace: argocd syncPolicy: automated: prune: true selfHeal: true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 5m