Skip to content

Commit 188918b

Browse files
committed
Merged PR 885269: Fix inventory bootstrap
Fix inventory bootstrap ---- #### AI description (iteration 1) #### PR Classification Bug fix to correct YAML formatting in the inventory bootstrap configuration. #### PR Summary This pull request updates the YAML formatting in `/es-metadata.yml` to properly configure the InventoryAsCode provider for inventory bootstrap. - `/es-metadata.yml`: Adjusted the spacing for the `metadata` field to ensure correct YAML parsing for production settings. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --> Related work items: #1936124
1 parent 97fcb1f commit 188918b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

es-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schemaVersion: 1.0.0
22
providers:
33
- provider: InventoryAsCode
44
version: 1.0.0
5-
metadata:
5+
metadata:
66
isProduction: true
77
routing:
88
defaultAreaPath:

0 commit comments

Comments
 (0)