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