Remove cert-manager from ArgoCD apps (managed as bootstrap)
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: cert-manager
|
|
||||||
namespace: argocd
|
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
repoURL: https://charts.jetstack.io
|
|
||||||
chart: cert-manager
|
|
||||||
targetRevision: v1.20.1
|
|
||||||
helm:
|
|
||||||
values: |
|
|
||||||
crds:
|
|
||||||
enabled: true
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: cert-manager
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
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