Skip to content

Commit 98c70d4

Browse files
authored
Update confluent-platform-tls-only.yaml (#150)
deployment fails without creation of the 'default' kafka rest class.
1 parent 5b32cc8 commit 98c70d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

security/autogenerated-tls_only/confluent-platform-tls-only.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,13 @@ spec:
153153
url: https://schemaregistry.confluent.svc.cluster.local:8081
154154
tls:
155155
enabled: true
156+
---
157+
apiVersion: platform.confluent.io/v1beta1
158+
kind: KafkaRestClass
159+
metadata:
160+
name: default
161+
namespace: confluent
162+
spec:
163+
kafkaClusterRef:
164+
name: kafka
165+
namespace: confluent

0 commit comments

Comments
 (0)