22 lines
457 B
YAML
22 lines
457 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
|
|
#applicationSet:
|
|
# nodeSelector:
|
|
# kubernetes.io/arch: amd64
|