welcome: call api to create account
diff --git a/charts/welcome/templates/install.yaml b/charts/welcome/templates/install.yaml
index 5b285f3..418fdbb 100644
--- a/charts/welcome/templates/install.yaml
+++ b/charts/welcome/templates/install.yaml
@@ -109,6 +109,7 @@
         - --repo-addr={{ .Values.repoAddr }}
         - --ssh-key=/pcloud/ssh-key/private
         - --port=8080
+        - --create-account-addr={{ .Values.createAccountAddr }}
         volumeMounts:
         - name: ssh-key
           readOnly: true