feat: Remove Nomad validation step in plan-and-apply workflow
This commit is contained in:
parent
8b7dc11327
commit
cd88bac77d
5 changed files with 35 additions and 29 deletions
|
@ -24,11 +24,13 @@
|
|||
],
|
||||
"logging": {
|
||||
"type": "elastic/elastic-logging-plugin:8.14.3",
|
||||
"config": {
|
||||
"hosts": "http://localhost:9200",
|
||||
"user": "docker_writer",
|
||||
"password": "oi*YWZSP_Ukd0y+pQ7EB"
|
||||
}
|
||||
"config": [
|
||||
{
|
||||
"hosts": "http://localhost:9200",
|
||||
"user": "docker_writer",
|
||||
"password": "oi*YWZSP_Ukd0y+pQ7EB"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Templates": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue