We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a13d3 commit 91caae9Copy full SHA for 91caae9
.github/workflows/test.yml
@@ -52,7 +52,6 @@ jobs:
52
needs: build
53
runs-on: ubuntu-latest
54
env:
55
- ELASTICSEARCH_USERNAME: elastic
56
ELASTIC_PASSWORD: password
57
KIBANA_SYSTEM_USERNAME: kibana_system
58
KIBANA_SYSTEM_PASSWORD: password
@@ -99,7 +98,6 @@ jobs:
99
98
KIBANA_HOST: http://kibana:5601
100
KIBANA_FLEET_SETUP: "1"
101
KIBANA_FLEET_PASSWORD: ${{ env.ELASTIC_PASSWORD }}
102
- KIBANA_FLEET_USERNAME: ${{ env.ELASTICSEARCH_USERNAME }}
103
ports:
104
- 8220:8220
105
options: --restart="unless-stopped"
0 commit comments