We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4405460 commit 4b564b8Copy full SHA for 4b564b8
README.md
@@ -28,13 +28,13 @@ microk8s status --wait-ready
28
#
29
30
31
-MY_EMAIL_ADDRESS="[email protected]" # REPLACE - used for Let's Encrypt
+export MY_EMAIL_ADDRESS="[email protected]" # REPLACE - used for Let's Encrypt
32
# REPLACE WITH REAL TOKEN from Infinity Portal - Docker simple MANAGED profile token
33
-APPSEC_TOKEN=cp-67c2...
34
-APPSEC_HOSTNAME=appsec1493.klaud.online # REPLACE
+export APPSEC_TOKEN=cp-67c2...
+export APPSEC_HOSTNAME=appsec1493.klaud.online # REPLACE
35
36
# prepare DNS record for the service
37
-# check DNS util properly configured
+# check DNS until properly configured
38
verify-dns
39
40
# ready to install
0 commit comments