MemSQL Operator Cluster Run As Privileged

Hello,

I’m trying to install GCS Fuse in order to mount a GCS bucket as the source of a Pipelines run. I’m getting an error stating: fusermount: fuse device not found, try ‘modprobe fuse’ first

Everything I’ve seen online indicates that this is possibly an issue with the Docker container not having proper permissions to the host and to create it using privileged: true flag.

Is there a way to update the cluster configuration to specify custom securityContext settings?

Running MemSQL/Operator:de65d489
Running MemSQL/Node:6.8.9-24b9cbd386
On GKE version: 1.13.7-gke.8

Thanks.