You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Morales 3b33f3d45d
add backup gitops
7 months ago
..
SelfSigned-ClusterIssuer.yaml add backup gitops 7 months ago
droe-240018-e23b31db1e86.json add backup gitops 7 months ago
letsencrypt-production-ClusterIssuer.yaml add backup gitops 7 months ago
readme.md add backup gitops 7 months ago
values.1.9.1.orig.yaml add backup gitops 7 months ago

readme.md

Install

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.9.1/cert-manager.crds.yaml

helm install cert-manager jetstack/cert-manager   --namespace cert-manager   --create-namespace   --version v1.9.1 --set nodeSelector.cloud-provider=ssdnodes

Config Cluster Issuer

kubectl create secret generic clouddns-dns01-solver-svc-acct --from-file=droe-240018-e23b31db1e86.json --namespace=cert-manager

Cluster Issuer

kubectl apply -f letsencrypt-production-ClusterIssuer.yaml

Selfsigned to Minio

kubectl apply -f SelfSigned-ClusterIssuer.yaml