mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-30 02:26:00 +08:00
Update the source of the templates
Signed-off-by: BP <busta.pipes@gmail.com>
This commit is contained in:
parent
cdb16b0411
commit
c128b6764e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,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
Reference in a new issue