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.v1.11.2.yaml add backup gitops 7 months ago

readme.md

Install

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

helm install cert-manager jetstack/cert-manager   --namespace cert-manager --version v1.11.2 --values values.v1.11.2.yaml

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