| commit | 7fbd4ad2920fa3ac2923bffb3f30c2bd2dd1a846 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Aug 27 10:06:39 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Sep 04 13:50:35 2024 +0400 |
| tree | 14fb607a7a45e142ea90e58751c4b7825e2a7e59 | |
| parent | dd32bbcf11ff3be729efe7bcc9902761858e2b00 [diff] |
DodoApp: Support dev virtual machines Change-Id: Ib7641adb5be477bdde7cd9a06df4b45aa65a1c01
diff --git a/charts/dodo-app/templates/install.yaml b/charts/dodo-app/templates/install.yaml index 58c920c..bc5f0b4 100644 --- a/charts/dodo-app/templates/install.yaml +++ b/charts/dodo-app/templates/install.yaml
@@ -130,6 +130,7 @@ - --networks={{ .Values.allowedNetworks }} - --external={{ .Values.external }} - --fetch-users-addr={{ .Values.fetchUsersAddr }} + - --headscale-api-addr={{ .Values.headscaleAPIAddr }} volumeMounts: - name: ssh-key readOnly: true
diff --git a/charts/dodo-app/values.yaml b/charts/dodo-app/values.yaml index b1d57c4..ba822a2 100644 --- a/charts/dodo-app/values.yaml +++ b/charts/dodo-app/values.yaml
@@ -17,3 +17,4 @@ allowedNetworks: "" external: false fetchUsersAddr: "" +headscaleAPIAddr: ""