17 lines
312 B
YAML
17 lines
312 B
YAML
argo-cd:
|
|
dex:
|
|
enabled: false
|
|
server:
|
|
service:
|
|
type: NodePort
|
|
extraArgs:
|
|
- --insecure
|
|
config:
|
|
repositories: |
|
|
- type: helm
|
|
name: argo-cd
|
|
url: https://argoproj.github.io/argo-helm
|
|
applicationSet:
|
|
nodeSelector:
|
|
kubernetes.io/arch: amd64
|