Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/nats] Fix ValidationError: unknown field "serviceName" #14439

Merged
merged 1 commit into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion stable/nats/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
spec:
serviceName: {{ template "nats.fullname" . }}-headless
replicas: {{ .Values.replicaCount }}
strategy:
rollingUpdate:
Expand Down