Remove cert-manager from ArgoCD apps (managed as bootstrap)
This commit is contained in:
15
bootstrap/argocd/values.yaml
Normal file
15
bootstrap/argocd/values.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
server:
|
||||
extraArgs:
|
||||
- --insecure
|
||||
|
||||
configs:
|
||||
params:
|
||||
server.insecure: true
|
||||
cm:
|
||||
timeout.reconciliation: 180s
|
||||
helm.timeoutSeconds: "300"
|
||||
|
||||
redis:
|
||||
image:
|
||||
repository: docker.io/library/redis
|
||||
tag: 7.4-alpine
|
||||
Reference in New Issue
Block a user