24 lines
400 B
YAML
24 lines
400 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
|
|
|
|
server:
|
|
replicas: 1
|