Adds target namespace to wrapper helm release
Package Merge Request
Package Changes
Adds target namespace to wrapper helm release
Package MR
N/A
For Issue
Closes big-bang/product/packages/wrapper#38 (closed)
Upgrade Notices
N/A
Merge request reports
Activity
assigned to @ryan.daily
I was able to test this using the podinfo example in the wrapper chart docs and I could confirm that the service URL does not work when the namespace values are mismatched as described in the issue.
values.yaml:
packages: podinfo: namespace: name: podinfo helmRelease: namespace: "bigbang" ...
After making the change in this MR, the service can be accessed using the configured URL as expected.
NOTE: The namespace referenced in
helmRelease.namespace
MUST already exist in the cluster or else the installation will fail.Edited by Ryan Dailyadded statusreview label and removed statusdoing label
requested review from @andrewshoell, @troymobley, @chris.oconnell, and @michaelmartin
changed milestone to %2.43.0
mentioned in commit b64ed374
mentioned in commit 719354ff