Skip to content

Commit

Permalink
update to the sn-platform chart
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed May 31, 2024
1 parent 01b1da1 commit f7111c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@
# Copyright (c) 2019 - 2024 StreamNative, Inc.. All Rights Reserved.
#
{{- if .Values.components.pulsar_coordinator }}
apiVersion: cloud.streamnative.io/v1alpha1
apiVersion: k8s.streamnative.io/v1alpha1
kind: PulsarCoordinator
metadata:
name: "{{ template "pulsar.fullname" . }}"
name: "{{ template "pulsar.fullname" . }}-coordinator"
namespace: {{ template "pulsar.namespace" . }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
{{- if .Values.placement.availability_policy }}
placement:
availabilityPolicy: {{ .Values.placement.availability_policy }}
{{- end }}
toolSet:
enabled: false
{{- end }}
3 changes: 3 additions & 0 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ components:
superset: false
# custom_metric_server
custom_metric_server: false
# pulsar_coordinator is a new CRD from the sn-operator, make sure you already installed the sn-operator or
# upgrade from the pulsar-operator with the documentation of https://docs.streamnative.io/private/upgrade-from-pulsar-operators
pulsar_coordinator: false

## Monitoring Components
##
Expand Down

0 comments on commit f7111c9

Please sign in to comment.