Skip to content

Commit 4b564b8

Browse files
committed
.
1 parent 4405460 commit 4b564b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ microk8s status --wait-ready
2828
#
2929
#
3030
#
31-
MY_EMAIL_ADDRESS="[email protected]" # REPLACE - used for Let's Encrypt
31+
export MY_EMAIL_ADDRESS="[email protected]" # REPLACE - used for Let's Encrypt
3232
# REPLACE WITH REAL TOKEN from Infinity Portal - Docker simple MANAGED profile token
33-
APPSEC_TOKEN=cp-67c2...
34-
APPSEC_HOSTNAME=appsec1493.klaud.online # REPLACE
33+
export APPSEC_TOKEN=cp-67c2...
34+
export APPSEC_HOSTNAME=appsec1493.klaud.online # REPLACE
3535

3636
# prepare DNS record for the service
37-
# check DNS util properly configured
37+
# check DNS until properly configured
3838
verify-dns
3939

4040
# ready to install

0 commit comments

Comments
 (0)