mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/atlantis] missing required field "serviceName" in io.k8s.api.apps.v1.StatefulSetSpec (#14436)
* fix: missing required field "serviceName" in io.k8s.api.apps.v1.StatefulSetSpec Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com> * chore: bump chart version to 3.5.4 Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com> * fix: linting failed due to missing quotes Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
04facee450
commit
c483d1adcc
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "v0.7.1"
|
||||
description: A Helm chart for Atlantis https://www.runatlantis.io
|
||||
name: atlantis
|
||||
version: 3.5.3
|
||||
version: 3.5.4
|
||||
keywords:
|
||||
- terraform
|
||||
home: https://www.runatlantis.io
|
||||
|
||||
@@ -15,6 +15,7 @@ metadata:
|
||||
{{ toYaml . | indent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceName: {{ template "atlantis.fullname" . }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user