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