From b4d976459d554b987816b679234356c209e903b2 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 3 Apr 2023 09:55:55 +0200 Subject: [PATCH] try something more with paths --- customers/base/nextcloud-deployment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 2ff4a9b..4ec49a9 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -40,8 +40,7 @@ spec: - name: hugepage mountPath: /dev/hugepages - name: nc-upgrade - mountPath: /usr/local/bin/nc-upgrade - subPath: nc-upgrade + mountPath: /usr/local/bin resources: limits: cpu: 1500m @@ -181,7 +180,7 @@ spec: name: nextcloud-configmap items: - key: "nc-upgrade.sh" - path: "nc-upgrade.sh" + path: "nc-upgrade" defaultMode: 0744 - name: default-config configMap: