| commit | 4cc30380f6b6ef1a8e7645a883fd4a051556ea7a | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Fri Mar 28 16:02:04 2025 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max-2.local> | Fri Mar 28 16:02:04 2025 +0400 |
| tree | 6c6c5ccc956015f25a4f087df3d75375f79de329 | |
| parent | f7dd50eadaacebbba25b4b26ce89b85142685051 [diff] |
update
diff --git a/charts/app-runner/templates/install.yaml b/charts/app-runner/templates/install.yaml index f834235..8cdd1a9 100644 --- a/charts/app-runner/templates/install.yaml +++ b/charts/app-runner/templates/install.yaml
@@ -116,9 +116,11 @@ - --run-cfg=/pcloud/config/run - --manager-addr={{ .Values.managerAddr }} volumeMounts: + {{- if .Values.sshPrivateKey }} - name: ssh-key readOnly: true mountPath: /pcloud/ssh-key + {{- end }} - name: run-cfg readOnly: true mountPath: /pcloud/config