maksit-webui/utils/engines/uninstall/scriptSettings.json
Maksym Sadovnychyy b74e9250a7
Some checks are pending
Storybook tests / storybook-tests (push) Waiting to run
(bugfix): HOSTNAMES_ARRAY_POLICY and deepDelta fixes
2026-07-06 21:34:08 +02:00

14 lines
397 B
JSON

{
"$schema": "https://json-schema.org/draft-07/schema",
"title": "Helm Uninstall Script Settings",
"description": "HelmUninstall inherits namespace, charts, and bgpServices from HelmSelfDeploy in engines/release/scriptSettings.json unless inheritFromRelease is false.",
"plugins": [
{
"name": "HelmUninstall",
"stageLabel": "uninstall",
"enabled": false
}
]
}