Skip to content

Commit

Permalink
Fix struct
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Jan 13, 2025
1 parent c95ffc5 commit d5a6c41
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,11 @@ func TestIssueWorkloadIdentityE2E(t *testing.T) {
Conditions: []*workloadidentityv1pb.WorkloadIdentityCondition{
{
Attribute: "join.kubernetes.service_account.namespace",
Equals: "my-namespace",
Operator: &workloadidentityv1pb.WorkloadIdentityCondition_Eq{
Eq: &workloadidentityv1pb.WorkloadIdentityConditionEq{
Value: "my-namespace",
},
},
},
},
},
Expand Down

0 comments on commit d5a6c41

Please sign in to comment.