add helm to allowedPostUpgradeCommands

This commit is contained in:
Finn 2024-10-14 00:56:25 -07:00
parent bbb97b36ce
commit 1c8d507ca4

View file

@ -8,6 +8,7 @@
"**/bundle.yaml" "**/bundle.yaml"
] ]
}, },
"allowedPostUpgradeCommands": ["./helm/render-all.sh"],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": [ "commands": [
"./helm/render-all.sh" "./helm/render-all.sh"