Skip to content

Commit

Permalink
chore: operator roles sanitizing (#2863)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Mar 18, 2024
1 parent 6e80103 commit 064e77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions prepare-templates.js
Expand Up @@ -56,12 +56,6 @@ function prepareCheOperatorTemplates() {
fs.copySync(
path.join(src, 'org.eclipse.che.MutatingWebhookConfiguration.yaml'),
path.join(templates, 'org.eclipse.che.MutatingWebhookConfiguration.yaml'))
fs.copySync(
path.join(src, 'che-operator-leader-election.Role.yaml'),
path.join(templates, 'leader-election-role.yaml'))
fs.copySync(
path.join(src, 'che-operator-leader-election.RoleBinding.yaml'),
path.join(templates, 'leader-election-role_binding.yaml'))
}

function prepareDevWorkspaceOperatorTemplates() {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -3673,7 +3673,7 @@ detect-newline@^3.0.0:

"devworkspace-operator@https://github.com/devfile/devworkspace-operator#main":
version "0.0.0"
resolved "https://github.com/devfile/devworkspace-operator#54561af09cf51e78e5e1295fb9f78b542138a0b9"
resolved "https://github.com/devfile/devworkspace-operator#067847d900c18a3fe0d47de920a9ce77af29e722"

dezalgo@^1.0.0:
version "1.0.4"
Expand Down Expand Up @@ -3734,7 +3734,7 @@ ecc-jsbn@~0.1.1:

"eclipse-che-operator@https://github.com/eclipse-che/che-operator#main":
version "0.0.0"
resolved "https://github.com/eclipse-che/che-operator#76b21ea63282e75c664913f0ed47f708870fdcc2"
resolved "https://github.com/eclipse-che/che-operator#903ad387e047129ad0053a641a590fd12411f34e"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down

0 comments on commit 064e77e

Please sign in to comment.