Argo/Charts/argo-cd/values.yaml
2022-07-02 20:02:53 +02:00

22 lines
458 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: "false"
repositories: |
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm
#applicationSet:
# nodeSelector:
# kubernetes.io/arch: amd64