29 lines
624 B
YAML
29 lines
624 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
|
|
resource:
|
|
customizations: |
|
|
networking.k8s.io/Ingress:
|
|
health.lua: |
|
|
hs = {}
|
|
hs.status = "Healthy"
|
|
return hs
|
|
#applicationSet:
|
|
# nodeSelector:
|
|
# kubernetes.io/arch: amd64
|