You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ControllerDeployment object specifies how extension controllers are deployed.
# See https://github.com/gardener/enhancements/tree/main/geps/0001-gardener-extensibility.
---
apiVersion: core.gardener.cloud/v1
kind: ControllerDeployment
metadata:
name: os-gardenlinux
helm:
ociRepository:
ref: registry.example.com/foo:1.0.0@sha256:abc
# caBundleSecretRef:
# name: <ca-bundle-secret-name> # located in garden namespace, secret must have data key bundle.crt and label with key/value "gardener.cloud/role=oci-ca-bundle"
# pullSecretRef:
# name: <pull-secret-name> # located in garden namespace, secret must have label with key/value "gardener.cloud/role=helm-pull-secret"