Skip to content

Commit

Permalink
Add some fixes and provide stability (#214)
Browse files Browse the repository at this point in the history
* Fix rd configuration is invalid, 'identity_name' cannot be removed on ctdapp-blue-node-5

* adding opened trigger

* Fix compiling

* Remove the feature of min_identities

* Fix wrong deletion of cronjob

* Improve internal review

* Remove scripts
  • Loading branch information
ausias-armesto authored May 8, 2024
1 parent 4b0abd8 commit 5c723c5
Show file tree
Hide file tree
Showing 17 changed files with 470 additions and 715 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: 'Build Docker Image'
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
paths-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-helm-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: 'Package Helm chart Cluster'
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-helm-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: 'Package Helm chart Operator'
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
branches:
Expand Down
Loading

0 comments on commit 5c723c5

Please sign in to comment.