Argo/Charts/argo-cd/values.yaml

24 lines
501 B
YAML
Raw Normal View History

2022-06-01 00:07:59 +02:00
argo-cd:
dex:
enabled: false
server:
2022-06-04 23:21:21 +02:00
rbacConfig:
policy.csv: |
g, roxedus, role:admin
2022-06-01 00:39:04 +02:00
service:
type: NodePort
2022-06-01 00:07:59 +02:00
extraArgs:
- --insecure
config:
2022-06-04 22:55:42 +02:00
accounts.roxedus: apiKey, login
2022-07-02 20:06:46 +02:00
accounts.admin.enabled: "true"
2022-06-01 00:07:59 +02:00
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