Este contenido no está disponible en el idioma seleccionado.
Chapter 125. KafkaUserTemplate schema reference
Used in: KafkaUserSpec
Full list of KafkaUserTemplate schema properties
Specify additional labels and annotations for the secret created by the User Operator.
An example showing the KafkaUserTemplate
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: my-user
labels:
strimzi.io/cluster: my-cluster
spec:
authentication:
type: tls
template:
secret:
metadata:
labels:
label1: value1
annotations:
anno1: value1
# ...
125.1. KafkaUserTemplate schema properties Copiar enlaceEnlace copiado en el portapapeles!
| Property | Property type | Description |
|---|---|---|
| secret |
Template for KafkaUser resources. The template allows users to specify how the |