fix(storageclasses): remove namespace from StorageClass definition - #344
Conversation
Signed-off-by: Ales Verbic <verbotenj@blinklabs.io>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe pull request includes two changes to the StorageClass Helm chart. The chart version is bumped from 0.1.1 to 0.1.2 in the Chart.yaml file. Additionally, the namespace field is removed from the StorageClass metadata declaration in the Helm template, which means the rendered Kubernetes manifest will no longer inject the Release namespace into the StorageClass metadata. All other template elements remain unchanged. 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by cubic
Removed namespace from the StorageClass template so installs work correctly for this cluster-scoped resource. Bumped the chart to version 0.1.2.
Written for commit cbcfb86. Summary will update on new commits.
Summary by CodeRabbit