We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f620de2 commit 7a73c69Copy full SHA for 7a73c69
controllers/argocd/openshift/openshift_test.go
@@ -45,8 +45,7 @@ func TestReconcileArgoCD_reconcileMultipleClusterRoles(t *testing.T) {
45
a := makeTestArgoCDForClusterConfig()
46
testApplicableClusterRole := &rbacv1.ClusterRole{
47
ObjectMeta: metav1.ObjectMeta{
48
- Name: a.Name + "-" + a.Namespace + "-" + testApplicationController,
49
- Namespace: a.Namespace,
+ Name: a.Name + "-" + a.Namespace + "-" + testApplicationController,
50
},
51
Rules: makeTestPolicyRules(),
52
}
0 commit comments