Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update setup to reflect current state
authored
Jun 02, 2021
by
Remco Haszing
Hide whitespace changes
Inline
Side-by-side
setup/development.md
View page @
1e633e31
...
@@ -78,12 +78,6 @@ helm install ingress stable/nginx-ingress --namespace managed --version 1.41.2 \
...
@@ -78,12 +78,6 @@ helm install ingress stable/nginx-ingress --namespace managed --version 1.41.2 \
Install cert-manager based on
Install cert-manager based on
[
these instructions
](
https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html#installing-with-helm
)
[
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
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/
)
[
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)
...
@@ -103,7 +97,10 @@ Install [cert-manager chart](https://hub.helm.sh/charts/jetstack/cert-manager)
```
sh
```
sh
helm repo add jetstack https://charts.jetstack.io
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
### Appsemble secrets
...
...
...
...