You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid t8s HelmRelease name colliding with run_plugin's cluster_id
run_plugin.py sets config['name'] to the cluster_id for every plugin kind, so PluginT8s's use of the same key for the VAP/RBAC-mandated HelmRelease name never fell back to its default. Renamed to 'hrName' to avoid the collision.
Signed-off-by: Chris Werner Rau <cwrau@cwrau.info>
0 commit comments