Argo/Charts/argo-cd/values.yaml
2022-06-04 23:22:35 +02:00

22 lines
455 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