51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
|
---
|
||
|
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
|