mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/nats] Fix ValidationError: unknown field "serviceName" (#14439)
Signed-off-by: guessi <guessi@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
458d0bb24b
commit
abb1fde865
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: nats
|
||||
version: 2.5.4
|
||||
version: 2.5.5
|
||||
appVersion: 1.4.1
|
||||
description: An open-source, cloud-native messaging system
|
||||
keywords:
|
||||
|
||||
@@ -9,7 +9,6 @@ metadata:
|
||||
release: {{ .Release.Name | quote }}
|
||||
heritage: {{ .Release.Service | quote }}
|
||||
spec:
|
||||
serviceName: {{ template "nats.fullname" . }}-headless
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
|
||||
Reference in New Issue
Block a user