Allow job hooks to be disabled (#434)

Co-authored-by: Marco Franssen <[email protected]>
Co-authored-by: Kevin Fox <[email protected]>
This commit is contained in:
Faisal Memon
2023-08-18 09:48:14 +02:00
committed by GitHub
co-authored by Marco Franssen Kevin Fox
parent 5e4cf6f529
commit b7e15255f3
12 changed files with 39 additions and 0 deletions
+7
View File
@@ -20,6 +20,13 @@ global:
# -- Override all Spire image registries at once
registry: ""
installAndUpgradeHooks:
# -- Enable Helm hooks to autofix common install/upgrade issues (should be disabled when using `helm template`)
enabled: true
deleteHooks:
# -- Enable Helm hooks to autofix common delete issues (should be disabled when using `helm template`)
enabled: true
# telemetry:
# prometheus:
# enabled: true