Skip to content

Commit

Permalink
allow to run as non-root
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 23, 2023
1 parent eddd9ee commit aef449c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/run-e2e-gce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ export CUSTOM_INGRESS_YAML=$(cat <<EOF
k8s-app: gcp-lb-controller
kubernetes.io/name: "GLBC"
spec:
priorityClassName: system-cluster-critical
securityContext:
supplementalGroups: [ 65534 ]
fsGroup: 65534
terminationGracePeriodSeconds: 300
hostNetwork: true
containers:
Expand Down

0 comments on commit aef449c

Please sign in to comment.