| commit | b54db2456380b3f4070d789a8bf1cb82b226dad9 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Jul 30 18:49:33 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 31 11:36:39 2024 +0400 |
| tree | 64c7f31d0c1b31c92d81e0523355598a8d1714f4 | |
| parent | 7841f4fa84099fef36e426842a2239d72c74ba53 [diff] |
DodoApp: Support PHP 8.2 Change-Id: I7cfe082c66a0efe0b3b9c85433a96623466ced5c
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml index acd0b3d..f89cc79 100644 --- a/charts/app-runner/templates/install.yaml +++ b/charts/app-runner/templates/install.yaml
@@ -94,7 +94,7 @@ - app-runner - --port=3000 - --app-id={{ .Values.appId }} - - --app-dir=/dodo-app + - --app-dir={{ .Values.appDir }} - --repo-addr={{ .Values.repoAddr }} - --ssh-key=/pcloud/ssh-key/private - --run-cfg=/pcloud/config/run