Argo/Charts/argo-cd/values.yaml

29 lines
624 B
YAML
Raw Normal View History

2023-02-07 09:17:49 +01:00
argo-cd:
dex:
enabled: false
server:
rbacConfig:
policy.csv: |
g, roxedus, role:admin
service:
type: NodePort
extraArgs:
- --insecure
config:
accounts.roxedus: apiKey, login
accounts.admin.enabled: "true"
repositories: |
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm
2022-12-05 14:01:53 +01:00
resource:
customizations: |
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
2023-02-07 09:17:49 +01:00
#applicationSet:
# nodeSelector:
# kubernetes.io/arch: amd64