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
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
After creating KafkaUser CRD does not create appropriate secret. I am using following yaml to create KafkaUser.
apiVersion: kafka.banzaicloud.io/v1alpha1
kind: KafkaUser
metadata:
name: user
namespace: kb
spec:
clusterRef:
name: kafka
secretName: user-secret
createCert: false