Argo/Charts/argo-cd/values.yaml
Simen Røstvik 60e282a7e1 aa
2023-02-07 09:24:01 +01:00

25 lines
535 B
YAML

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
configs:
cm:
resource.customizations.health.networking.k8s.io_Ingress: |
hs = {}
hs.status = "Healthy"
return hs