Skip to content

Commit 00ad6a4

Browse files
committed
fix: remove oxia component value
1 parent 7fd6057 commit 00ad6a4

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

charts/sn-platform-slim/templates/oxia/oxia-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

charts/sn-platform-slim/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,6 @@ pulsar_metadata:
11371137
## Oxia metadata store.
11381138
## Used only when pulsar_metadata.provider is oxia.
11391139
oxia:
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.

charts/sn-platform/templates/oxia/oxia-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

charts/sn-platform/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@ pulsar_metadata:
12121212
## Oxia metadata store.
12131213
## Used only when pulsar_metadata.provider is oxia.
12141214
oxia:
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.

0 commit comments

Comments
 (0)