24 lines
507 B
YAML
24 lines
507 B
YAML
global:
|
|
domain: argocd.127.0.0.1.nip.io
|
|
configs:
|
|
secret:
|
|
createSecret: true
|
|
cm:
|
|
application.resourceTrackingMethod: annotation
|
|
timeout.reconciliation: 60s
|
|
admin.enabled: "false"
|
|
# Add Git configuration for Azure authentication
|
|
repositories: |
|
|
- type: git
|
|
url: https://github.com/snothub
|
|
name: github-repo
|
|
params:
|
|
"server.insecure": true
|
|
server:
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
extraArgs:
|
|
- --insecure
|
|
- --disable-auth
|