spec.kubernetes.kubeAPIServer.encryptionConfig
less than a minute
The spec.kubernetes.kubeAPIServer.encryptionConfig
field in the Shoot API allows users to customize encryption configurations for the API server. It provides options to specify additional resources for encryption beyond secrets.
resources
field can be used to specify resources that should be encrypted in addition to secrets. Secrets are always encrypted.Shoot
spec:
kubernetes:
kubeAPIServer:
encryptionConfig:
resources:
- configmaps
- statefulsets.apps
- customresource.fancyoperator.io
Was this page helpful?