mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[mssql] fix typo in headless service (#10149)
* fix typo Signed-off-by: Boris Kurktchiev <boris@diamanti.com> * bump version Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
862f16e4d5
commit
827eb0fa2c
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: SQL Server 2017 Linux Helm Chart
|
||||
name: mssql-linux
|
||||
version: 0.6.4
|
||||
version: 0.6.5
|
||||
appVersion: 14.0.3023.8
|
||||
home: https://hub.docker.com/r/microsoft/mssql-server-linux/
|
||||
icon: https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1I4Dx
|
||||
|
||||
@@ -13,7 +13,7 @@ metadata:
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.service.headless }}
|
||||
type: clusterIP
|
||||
type: ClusterIP
|
||||
clusterIP: None
|
||||
{{- else }}
|
||||
type: {{ .Values.service.type }}
|
||||
|
||||
Reference in New Issue
Block a user