Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Oct 5, 2024
1 parent 8cbfd02 commit 09f8f63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion e2e-tests/cypress/e2e/Impersonate.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { rorApiClient } from '../support/helpers/RorApiClient';

describe('impersonate', () => {
beforeEach(() => {
// rorApiClient.configureRorIndexMainSettings("defaultSettings.yaml")
Login.initialization();
});

Expand Down
2 changes: 1 addition & 1 deletion environments/eck-ror/kind-cluster/ror/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
image: beshultd/elasticsearch-readonlyrest:${ES_VERSION}-ror-latest
nodeSets:
- name: default
count: 1
count: 2
podTemplate:
spec:
containers:
Expand Down
2 changes: 1 addition & 1 deletion environments/eck-ror/kind-cluster/ror/kbn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
version: ${KBN_VERSION}
image: beshultd/kibana-readonlyrest:${KBN_VERSION}-ror-latest
count: 1
count: 2
elasticsearchRef:
name: quickstart
config:
Expand Down

0 comments on commit 09f8f63

Please sign in to comment.