Tips¶
Keep a resource¶
Add the following annotation to keep a resource when a helm uninstall, upgrade or rollback operation is done
annotations:
helm.sh/resource-policy: keep
nil pointer evaluating interface with range loop, no accede al values¶
Iterate over range¶
https://stackoverflow.com/questions/56224527/helm-iterate-over-range
Links¶
- Chart Development Tips and Tricks