Questo contenuto non è disponibile nella lingua selezionata.
Chapter 113. 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
# ...
113.1. KafkaUserTemplate schema properties Copia collegamentoCollegamento copiato negli appunti!
| Property | Description |
|---|---|
| secret |
Template for KafkaUser resources. The template allows users to specify how the |