Hello dear community, I am trying to override some settings on the scc and the deployment for trident-controller, but unfortunatelly I have not been able to do so, because something is setting back the setting to default, so I am wondering where is this entity that is changing my configuration to the default one.
This is my desired status for trident-controller deployment:
dnsPolicy: ClusterFirstWithHostNet
enableServiceLinks: true
hostIPC: true
hostNetwork: true
hostPID: true
And the desired status for the scc trident-controller:
allowHostIPC: true
allowHostNetwork: true
allowHostPID: true
allowHostPorts: true
Does anyone knows how can I make this changes persistent on the trident-controller deployment and scc?
Thank you!