Skip to content

Commit

Permalink
Fix syntax error with helmrelease cleanup hook (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: Erkan Erol <[email protected]>
  • Loading branch information
glitchcrab and Erkan Erol authored Jul 30, 2024
1 parent 0003207 commit d327bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix syntax error with helmrelease cleanup hook.

### Changed

- Update `ipam` API versions to `v1beta1`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
kubectl delete -n ${NAMESPACE} helmchart "${chart}" --ignore-not-found=true
done
echo "Unpausing cluster ${CLUSTER_NAME}" to allow deletion..."
echo "Unpausing cluster ${CLUSTER_NAME} to allow deletion..."
kubectl patch -n ${NAMESPACE} cluster "${CLUSTER_NAME}" --type=merge -p '{"spec": {"paused": false}}'
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit d327bc1

Please sign in to comment.