Add SCHEMA_REGISTRY_SCHEMA_COMPATIBILITY_LEVEL to none

This commit is contained in:
Benedith Mulongo 2024-12-16 15:22:05 +01:00
parent 2913b3d783
commit ec507f2d94
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -34,5 +34,7 @@ spec:
value: kafka-cluster-kafka-plainext-bootstrap:9092
- name: SCHEMA_REGISTRY_LISTENERS
value: http://0.0.0.0:8081
- name: SCHEMA_REGISTRY_SCHEMA_COMPATIBILITY_LEVEL
value: none
#hostname: schema-registry
#restartPolicy: Always