Skip to content

Commit

Permalink
Updated sidecar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Jul 8, 2024
1 parent a149661 commit d2f1b26
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ func TestHandlerConsulDataplaneSidecar_withSecurityContext(t *testing.T) {
tproxyEnabled: false,
openShiftEnabled: true,
expSecurityContext: &corev1.SecurityContext{
RunAsUser: pointer.Int64(1000700000),
RunAsGroup: pointer.Int64(1000700000),
RunAsUser: pointer.Int64(1000799998),
RunAsGroup: pointer.Int64(1000799998),
RunAsNonRoot: pointer.Bool(true),
ReadOnlyRootFilesystem: pointer.Bool(true),
AllowPrivilegeEscalation: pointer.Bool(false),
Expand All @@ -843,8 +843,8 @@ func TestHandlerConsulDataplaneSidecar_withSecurityContext(t *testing.T) {
tproxyEnabled: true,
openShiftEnabled: true,
expSecurityContext: &corev1.SecurityContext{
RunAsUser: pointer.Int64(1000700000),
RunAsGroup: pointer.Int64(1000700000),
RunAsUser: pointer.Int64(1000799998),
RunAsGroup: pointer.Int64(1000799998),
RunAsNonRoot: pointer.Bool(true),
ReadOnlyRootFilesystem: pointer.Bool(true),
AllowPrivilegeEscalation: pointer.Bool(false),
Expand Down

0 comments on commit d2f1b26

Please sign in to comment.