-
Notifications
You must be signed in to change notification settings - Fork 0
/
values-argocd.yaml
49 lines (49 loc) · 1.18 KB
/
values-argocd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
crds:
# -- Install and upgrade CRDs
install: true
global:
# image:
# tag: v2.7.3
# See https://github.com/argoproj/argo-helm/issues/1984
deploymentStrategy:
type: RollingUpdate
dex:
enabled: false
server:
ingress:
enabled: true
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
cert-manager.io/cluster-issuer: letsencrypt-prod
# supply this via --set so that we can use single ArgoCD def for all environments
# hosts:
# - argocd.argodemo.lab.kubermatic.io
tls:
- secretName: argocd-tls-certificate
# hosts:
# - argocd.argodemo.lab.kubermatic.io
# To be used for simpler local argocd setup
# paths:
# - /argocd/
# configs:
# params:
# server.insecure: true
# server.basehref: /argocd
# # -- Used if Argo CD is running behind reverse proxy under subpath different from /
# server.rootpath: '/argocd'
configs:
cm:
resource.exclusions: |
- apiGroups:
- "velero.io"
kinds:
- "Backup"
clusters:
- "*"
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"