Skip to content
Update setup to reflect current state authored by Remco Haszing's avatar Remco Haszing
......@@ -78,12 +78,6 @@ helm install ingress stable/nginx-ingress --namespace managed --version 1.41.2 \
Install cert-manager based on
[these instructions](https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html#installing-with-helm)
Install custom resources
```sh
kubectl apply --validate=false -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.11/deploy/manifests/00-crds.yaml
```
Get a read-only access token for admin@appsemble.com and create a secret for it based on
[these instruction](https://cert-manager.io/docs/configuration/acme/dns01/digitalocean/)
......@@ -103,7 +97,10 @@ Install [cert-manager chart](https://hub.helm.sh/charts/jetstack/cert-manager)
```sh
helm repo add jetstack https://charts.jetstack.io
helm install cert-manager jetstack/cert-manager --namespace managed --version v0.16.1
helm install cert-manager jetstack/cert-manager \
--namespace managed \
--version v1.3.1 \
--set 'installCRDs=true'
```
### Appsemble secrets
......
......