Skip to content

Commit

Permalink
chore: operator roles sanitizing (#1814)
Browse files Browse the repository at this point in the history
* chore: che-operator roles sanitizing

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Mar 7, 2024
1 parent 09e4471 commit d4d21a2
Show file tree
Hide file tree
Showing 34 changed files with 683 additions and 2,818 deletions.
2 changes: 2 additions & 0 deletions build/scripts/minikube-tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ spec:
- name: ide
uri: http://plugin-registry.eclipse-che.svc:8080/v3/plugins/che-incubator/che-code/insiders/devfile.yaml
template:
attributes:
controller.devfile.io/storage-type: ephemeral
components:
- name: tooling-container
container:
Expand Down
3 changes: 3 additions & 0 deletions build/scripts/minikube-tests/test-operator-from-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ set -e
OPERATOR_REPO=$(dirname "$(dirname "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")")")
source "${OPERATOR_REPO}/build/scripts/minikube-tests/common.sh"

# Stop execution on any error
trap "catchFinish" EXIT SIGINT

init() {
unset CR_PATCH_YAML

Expand Down
Loading

0 comments on commit d4d21a2

Please sign in to comment.