mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
helm - put namespace into quotes
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
fbf32ebae0
commit
baacf24a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ for variable in "${DEPLOYMENTS[@]}"; do
|
|||
fi
|
||||
done
|
||||
# shellcheck disable=SC1083
|
||||
find ./ -name '*.yaml' -exec sed -i "s|nextcloud-aio-namespace|\{\{ .Values.NAMESPACE \}\}|" \{} \;
|
||||
find ./ -name '*.yaml' -exec sed -i 's|nextcloud-aio-namespace|"\{\{ .Values.NAMESPACE \}\}"|' \{} \;
|
||||
# shellcheck disable=SC1083
|
||||
find ./ -name '*service.yaml' -exec sed -i "/^status:/,$ d" \{} \;
|
||||
# shellcheck disable=SC1083
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue