34 lines
717 B
YAML
34 lines
717 B
YAML
nameOverride: argocd
|
|
|
|
crds:
|
|
install: true
|
|
keep: true
|
|
annotations:
|
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
|
|
|
global:
|
|
domain: argocd.fireflylab.local
|
|
image:
|
|
repository: quay.io/argoproj/argocd
|
|
pullPolicy: IfNotPresent
|
|
logging:
|
|
format: text
|
|
level: info
|
|
|
|
configs:
|
|
params:
|
|
server.insecure: true # TLS terminated at Envoy Gateway
|
|
secret:
|
|
# Generate: htpasswd -nbBC 10 "" PASSWORD | tr -d ':\n' | sed 's/$2y/$2a/'
|
|
argocdServerAdminPassword: ""
|
|
argocdServerAdminPasswordMtime: "2025-01-01T00:00:00Z"
|
|
|
|
server:
|
|
replicas: 1
|
|
httproute:
|
|
enabled: true
|
|
parentRefs:
|
|
- name: envoy-gateway
|
|
namespace: gateway-system
|
|
sectionName: http
|