Argo/Charts/argo-cd/values.yaml

24 lines
501 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:16:23 +01:00
resource.customizations.health.networking.k8s.io_Ingress: |
hs = {}
hs.status = "Healthy"
return hs