Skip to content

Commit

Permalink
Merge pull request #173 from lensesio-dev/fix/remove-sr-mode
Browse files Browse the repository at this point in the history
Remove 'schema.registry.mode'
  • Loading branch information
georgeyord committed Oct 12, 2021
2 parents f39aa11 + d8a90a6 commit 2421ff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions charts/lenses/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ spec:
value: |-
{{- include "registries" . | nindent 12 }}
{{- end }}
- name: LENSES_SCHEMA_REGISTRY_MODE
value: {{ default "" .Values.lenses.schemaRegistries.mode | quote }}
{{- if and .Values.lenses.connectClusters.enabled (not .Values.lenses.connectClusters.external) }}
# from secrets as might contain basic auth credentials
- name: LENSES_KAFKA_CONNECT_CLUSTERS
Expand Down
1 change: 0 additions & 1 deletion charts/lenses/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ lenses:
## If your schema registries are outside explicitly add them to the hosts.
schemaRegistries:
enabled: false
mode:
topic:
hosts:
- host: schema-registry
Expand Down

0 comments on commit 2421ff9

Please sign in to comment.