mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-08-15 09:58:09 +02:00
14 lines
397 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
|