try something more with paths
This commit is contained in:
parent
43e60b8556
commit
b4d976459d
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue