mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-03 03:56:38 +08:00
address review
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
4e84080f56
commit
d01dc6ad8a
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ spec:
|
||||||
io.kompose.service: nextcloud-aio-collabora
|
io.kompose.service: nextcloud-aio-collabora
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args: {{ .Values.ADDITIONAL_COLLABORA_OPTIONS | default [] }}
|
- args: {{ .Values.ADDITIONAL_COLLABORA_OPTIONS | default list | toJson }}
|
||||||
env:
|
env:
|
||||||
- name: DONT_GEN_SSL_CERT
|
- name: DONT_GEN_SSL_CERT
|
||||||
value: "1"
|
value: "1"
|
||||||
|
|
|
@ -471,7 +471,7 @@ find ./ \( -not -name '*collabora-deployment.yaml*' -not -name '*apache-deployme
|
||||||
# shellcheck disable=SC1083
|
# shellcheck disable=SC1083
|
||||||
find ./ -name '*collabora-deployment.yaml*' -exec sed -i "/ADDITIONAL_COLLABORA_OPTIONS_PLACEHOLDER/d" \{} \;
|
find ./ -name '*collabora-deployment.yaml*' -exec sed -i "/ADDITIONAL_COLLABORA_OPTIONS_PLACEHOLDER/d" \{} \;
|
||||||
# shellcheck disable=SC1083
|
# shellcheck disable=SC1083
|
||||||
find ./ -name '*collabora-deployment.yaml*' -exec sed -i "s/- args:/- args: \{\{ .Values.ADDITIONAL_COLLABORA_OPTIONS \}\}/" \{} \;
|
find ./ -name '*collabora-deployment.yaml*' -exec sed -i "s/- args:/- args: \{\{ .Values.ADDITIONAL_COLLABORA_OPTIONS | default list | toJson \}\}/" \{} \;
|
||||||
|
|
||||||
cat << EOL > /tmp/security.conf
|
cat << EOL > /tmp/security.conf
|
||||||
# The items below only work in container context
|
# The items below only work in container context
|
||||||
|
|
Loading…
Add table
Reference in a new issue