Skip to content
Update Prettier and reformat authored by Remco Haszing's avatar Remco Haszing
...@@ -126,13 +126,13 @@ kubectl create secret generic smtp \ ...@@ -126,13 +126,13 @@ kubectl create secret generic smtp \
--from-literal 'user=noreply@appsemble.app' \ --from-literal 'user=noreply@appsemble.app' \
--from-literal "pass=$EMAIL_APP_PASSWORD" \ --from-literal "pass=$EMAIL_APP_PASSWORD" \
--from-literal 'from=Appsemble (review) <noreply@appsemble.app>' --from-literal 'from=Appsemble (review) <noreply@appsemble.app>'
kubectl create secret generic imap \ kubectl create secret generic imap \
--namespace review \ --namespace review \
--from-literal 'imap-host=imap.appsemble.app' \ --from-literal 'imap-host=imap.appsemble.app' \
--from-literal 'imap-port=993' \ --from-literal 'imap-port=993' \
--from-literal 'imap-secure=true' \ --from-literal 'imap-secure=true' \
--from-literal 'imap-user=noreply@appsemble.app' \ --from-literal 'imap-user=noreply@appsemble.app' \
--from-literal "imap-pass=$EMAIL_APP_PASSWORD" \ --from-literal "imap-pass=$EMAIL_APP_PASSWORD" \
--from-literal 'imap-copy-to-sent-folder=true' --from-literal 'imap-copy-to-sent-folder=true'
kubectl create secret generic postgresql-secret \ kubectl create secret generic postgresql-secret \
--namespace review \ --namespace review \
...@@ -158,13 +158,13 @@ kubectl create secret generic smtp \ ...@@ -158,13 +158,13 @@ kubectl create secret generic smtp \
--from-literal 'user=anoreply@appsemble.app' \ --from-literal 'user=anoreply@appsemble.app' \
--from-literal "pass=$EMAIL_APP_PASSWORD" \ --from-literal "pass=$EMAIL_APP_PASSWORD" \
--from-literal 'from=Appsemble (staging) <noreply@appsemble.app>' --from-literal 'from=Appsemble (staging) <noreply@appsemble.app>'
kubectl create secret generic imap \ kubectl create secret generic imap \
--namespace staging \ --namespace staging \
--from-literal 'imap-host=imap.appsemble.app' \ --from-literal 'imap-host=imap.appsemble.app' \
--from-literal 'imap-port=993' \ --from-literal 'imap-port=993' \
--from-literal 'imap-secure=true' \ --from-literal 'imap-secure=true' \
--from-literal 'imap-user=noreply@appsemble.app' \ --from-literal 'imap-user=noreply@appsemble.app' \
--from-literal "imap-pass=$EMAIL_APP_PASSWORD" \ --from-literal "imap-pass=$EMAIL_APP_PASSWORD" \
--from-literal 'imap-copy-to-sent-folder=true' --from-literal 'imap-copy-to-sent-folder=true'
kubectl create secret generic postgresql-secret \ kubectl create secret generic postgresql-secret \
--namespace staging \ --namespace staging \
...@@ -195,15 +195,15 @@ kubectl create secret generic oauth2 \ ...@@ -195,15 +195,15 @@ kubectl create secret generic oauth2 \
appsemble/appsemble> project. appsemble/appsemble> project.
2. Click _Connect a cluster (agent)_. 2. Click _Connect a cluster (agent)_.
3. Select the _development_ agent and click _Register_. 3. Select the _development_ agent and click _Register_.
4. Copy and run the install command in the prompt. That might look a lot like: 4. Copy and run the install command in the prompt. That might look a lot like:
```sh ```sh
helm repo add gitlab https://charts.gitlab.io helm repo add gitlab https://charts.gitlab.io
helm repo update helm repo update
helm upgrade --install test gitlab/gitlab-agent \ helm upgrade --install test gitlab/gitlab-agent \
--namespace gitlab-agent-test \ --namespace gitlab-agent-test \
--create-namespace \ --create-namespace \
--set image.tag=v16.0.0 \ --set image.tag=v16.0.0 \
--set config.token=XXX \ --set config.token=XXX \
--set config.kasAddress=wss://kas.gitlab.com --set config.kasAddress=wss://kas.gitlab.com
``` ```
\ No newline at end of file