Skip to content

Commit

Permalink
remove toolset tls config
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Nov 27, 2023
1 parent ea78a7c commit 8971822
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions charts/sn-platform-slim/templates/toolset/_toolset.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ imagePullPolicy: {{ .Values.images.broker.pullPolicy }}
{{- end }}
{{- end }}

{{/*
Define toolset TLS certificate secret name
*/}}
{{- define "pulsar.toolset.tls.secret.name" -}}
{{- if .Values.tls.toolset.certSecretName -}}
{{- .Values.tls.toolset.certSecretName -}}
{{- else -}}
{{ .Release.Name }}-{{ .Values.tls.toolset.cert_name }}
{{- end -}}
{{- end -}}

{{/*
Define the toolset web service url
*/}}
Expand Down
6 changes: 0 additions & 6 deletions charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ tls:
# specify name of secret contain certificate if using pre-generated certificate
certSecretName:
trustCertsEnabled: false
# settings for generating certs for toolset
toolset:
cert_name: tls-toolset
# name of chart generated certificate
# specify name of secret contain certificate if using pre-generated certificate
certSecretName:
streamnative_console:
enabled: false
# name of chart generated certificate
Expand Down

0 comments on commit 8971822

Please sign in to comment.