Open shreddedbacon opened 2 weeks ago
WIP
To be able to remove https://github.com/uselagoon/build-deploy-tool/blob/d2508efa74871cabe4c477e44bbe87e339d99f5d/internal/servicetypes/opensearch.go#L75-L96 from the opensearch and elasticsearch templates so that no containers require privileged: true value. There needs to be some option to configure these in a remote.
privileged: true
This adds a DaemonSet that allows for setting this value.
DaemonSet
WIP
To be able to remove https://github.com/uselagoon/build-deploy-tool/blob/d2508efa74871cabe4c477e44bbe87e339d99f5d/internal/servicetypes/opensearch.go#L75-L96 from the opensearch and elasticsearch templates so that no containers require
privileged: true
value. There needs to be some option to configure these in a remote.This adds a
DaemonSet
that allows for setting this value.