File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414{{- end }}
1515 labels :
1616 {{- include "pulsar.standardLabels" . | nindent 4 }}
17- component : {{ .Values. oxia.component }}
17+ component : oxia
1818{{- with .Values.oxia.labels }}
1919{{ toYaml . | indent 4 }}
2020{{- end }}
Original file line number Diff line number Diff line change @@ -1137,7 +1137,6 @@ pulsar_metadata:
11371137# # Oxia metadata store.
11381138# # Used only when pulsar_metadata.provider is oxia.
11391139oxia :
1140- component : oxia
11411140 # The number of Oxia server replicas to run. Must be at least 3 for Oxia metadata deployments.
11421141 replicaCount : 3
11431142 # Labels added to the OxiaCluster CR and propagated to generated Oxia resources.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414{{- end }}
1515 labels :
1616 {{- include "pulsar.standardLabels" . | nindent 4 }}
17- component : {{ .Values. oxia.component }}
17+ component : oxia
1818{{- with .Values.oxia.labels }}
1919{{ toYaml . | indent 4 }}
2020{{- end }}
Original file line number Diff line number Diff line change @@ -1212,7 +1212,6 @@ pulsar_metadata:
12121212# # Oxia metadata store.
12131213# # Used only when pulsar_metadata.provider is oxia.
12141214oxia :
1215- component : oxia
12161215 # The number of Oxia server replicas to run. Must be at least 3 for Oxia metadata deployments.
12171216 replicaCount : 3
12181217 # Labels added to the OxiaCluster CR and propagated to generated Oxia resources.
You can’t perform that action at this time.
0 commit comments