- k0s bootstrap with Cilium and OpenEBS - ArgoCD apps for infra, CAPI, Tinkerbell, and Netris - Ansible playbooks for virtual baremetal lab and Netris switches - CAPI provider manifests for k0smotron and Tinkerbell
34 lines
807 B
YAML
34 lines
807 B
YAML
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: "1.19.2"
|
|
helm:
|
|
releaseName: turbo
|
|
valuesObject:
|
|
fullnameOverride: turbo-certmgr
|
|
crds:
|
|
enabled: true
|
|
ingressShim:
|
|
defaultIssuerName: letsencrypt-prod
|
|
defaultIssuerKind: ClusterIssuer
|
|
defaultIssuerGroup: cert-manager.io
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: cert-manager
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|