Skip to content

Commit

Permalink
Remove unneeded securityContext fields from multicluster manifests (#539
Browse files Browse the repository at this point in the history
)

Signed-off-by: Marko Lukša <[email protected]>
  • Loading branch information
luksa authored Dec 20, 2024
1 parent c199471 commit a37a6d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/multicluster/controlplane-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ spec:
- mountPath: /etc/istio/ingressgateway-ca-certs
name: ingressgateway-ca-certs
readOnly: true
securityContext:
runAsGroup: 1337
runAsNonRoot: true
runAsUser: 1337
serviceAccountName: istio-ingressgateway-service-account
volumes:
- emptyDir: {}
Expand Down
4 changes: 0 additions & 4 deletions docs/multicluster/east-west-gateway-net1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ spec:
- mountPath: /etc/istio/ingressgateway-ca-certs
name: ingressgateway-ca-certs
readOnly: true
securityContext:
runAsGroup: 1337
runAsNonRoot: true
runAsUser: 1337
serviceAccountName: istio-eastwestgateway-service-account
volumes:
- name: ingressgateway-certs
Expand Down
4 changes: 0 additions & 4 deletions docs/multicluster/east-west-gateway-net2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ spec:
- mountPath: /etc/istio/ingressgateway-ca-certs
name: ingressgateway-ca-certs
readOnly: true
securityContext:
runAsGroup: 1337
runAsNonRoot: true
runAsUser: 1337
serviceAccountName: istio-eastwestgateway-service-account
volumes:
- name: ingressgateway-certs
Expand Down

0 comments on commit a37a6d3

Please sign in to comment.