prometheus operator v0.93.1

ThanosRuler.spec.volumes[].projected.sources[].secret.spec.updateStrategy

updateStrategy indicates the strategy that will be employed to update Pods in the StatefulSet when a revision is made to statefulset's Pod Template. The default strategy is RollingUpdate.

2 fields
ThanosRuler.spec.volumes[].projected.sources[].secret.spec.updateStrategy fields and descriptions
Field / TypeDescription
object

rollingUpdate is used to communicate parameters when type is RollingUpdate.

type
string required

type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

  • enum: ["OnDelete","RollingUpdate"]