operator icon indicating copy to clipboard operation
operator copied to clipboard

Add feature-flag "enable-kubernetes-sidecar"

Open say5 opened this issue 1 year ago • 1 comments

Feature request

Add feature-flag enable-kubernetes-sidecar to operator.

Use case

Tekton pipelines controller supports flag enable-kubernetes-sidecar would be great to be able to control it using operator.

say5 avatar Dec 18 '24 12:12 say5

Yep thanks for reporting the issue and apologies for late reply, as of today we can still add it through options

options:
      configMaps:
        feature-flags:
          data:
            enable-kubernetes-sidecar: "true"

PuneetPunamiya avatar Mar 03 '25 14:03 PuneetPunamiya