Skip to content

Commit

Permalink
Merge pull request #4312 from nextcloud/enh/4297/adjust-strategy
Browse files Browse the repository at this point in the history
helm chart - adjust strategy to recreate
  • Loading branch information
szaimen authored Mar 4, 2024
2 parents 7254120 + 1f29206 commit d8e3c83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nextcloud-aio-helm-chart/update-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ find ./ -name '*service.yaml' -exec sed -i "/^spec:/a\ \ ipFamilyPolicy: PreferD
# shellcheck disable=SC1083
find ./ -name '*.yaml' -exec sed -i "s|'{{|\"{{|g;s|}}'|}}\"|g" \{} \;
# shellcheck disable=SC1083
find ./ -name '*.yaml' -exec sed -i "/type: Recreate/d" \{} \;
# shellcheck disable=SC1083
find ./ -name '*.yaml' -exec sed -i "/strategy:/d" \{} \;
# shellcheck disable=SC1083
find ./ \( -not -name '*service.yaml' -name '*.yaml' \) -exec sed -i "/^status:/d" \{} \;
# shellcheck disable=SC1083
find ./ \( -not -name '*persistentvolumeclaim.yaml' -name '*.yaml' \) -exec sed -i "/resources:/d" \{} \;
Expand Down

0 comments on commit d8e3c83

Please sign in to comment.