| commit | c89b900f8c8f0bc1d9ed13dbfe1abf1a86559fb1 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 21 13:09:26 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 21 13:09:26 2023 +0400 |
| tree | 1ba2b3a64fd3e0f22703070bdfdf31d74fc4f6b6 | |
| parent | fedd00675f604327578d433cea4831f116262460 [diff] [blame] |
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