Skip to content

0.21 - Allow configuring labels and annotations for Cluster CA certificate secrets #4302

Discussion options

You must be logged in to vote

You can use the .spec.kafka.template section for it: https://strimzi.io/docs/operators/latest/full/using.html#type-KafkaClusterTemplate-reference

I think your YAML is almost right, but it is missing the template part:

kafka:
  template:
    clusterCaCert:
      metadata:
        annotations:
          anno2: val2
        labels:
          lab1: val1
```

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jesussancheztellomm
Comment options

Answer selected by jesussancheztellomm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants