Skip to content

Commit a61551a

Browse files
committed
Remove PR-specific wording from RBAC source comments.
Keep comment text neutral while preserving old-rule source-of-truth behavior for the shadow parity flow. Made-with: Cursor
1 parent f1016ff commit a61551a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider-kubeconfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def _apply_consumer_rbac(self, sa, namespace, kubeconfig):
514514
if os.getenv("KUBEPLUS_RBAC_EQ_CHECK", "0") == "1":
515515
self._assert_rule_parity("consumer", old_rule_list, new_rule_list)
516516
self._assert_all_resources_parity("consumer", old_all_resources, new_all_resources)
517-
# Keep old path as source of truth in this PR.
517+
# Keep old path as source of truth.
518518
rule_list = old_rule_list
519519
all_resources = old_all_resources
520520
role = {
@@ -551,7 +551,7 @@ def _apply_provider_rbac(self, sa, namespace, kubeconfig):
551551
if os.getenv("KUBEPLUS_RBAC_EQ_CHECK", "0") == "1":
552552
self._assert_rule_parity("provider", old_rule_list, new_rule_list)
553553
self._assert_all_resources_parity("provider", old_all_resources, new_all_resources)
554-
# Keep old path as source of truth in this PR.
554+
# Keep old path as source of truth.
555555
rule_list = old_rule_list
556556
all_resources = old_all_resources
557557

0 commit comments

Comments
 (0)