summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/etcd/templates
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-06-26 17:09:35 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-27 07:46:07 +0000
commitfc61c9f4cb2bf2483b778fda55ef81cfdfb2afed (patch)
tree938dc6aa5e8942050f84f061d3dde60d5613f593 /kubernetes/common/etcd/templates
parent2d637b64c1c5848abded920966e073f2df2b7718 (diff)
[COMMON] Fix various helm errors
Fixes in helmcharts which are not detected by helm, but kustomize in common, CDS, POLICY, SDC, SO Issue-ID: OOM-3200 Issue-ID: OOM-3201 Issue-ID: OOM-3202 Issue-ID: OOM-3203 Issue-ID: OOM-3204 Issue-ID: OOM-3205 Issue-ID: OOM-3206 Issue-ID: OOM-3207 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I8416726693d6606d936aaf4cfe2c097752689c29 (cherry picked from commit bc550dc1ea4de60e7ebf1073b340d7c62e2258ef)
Diffstat (limited to 'kubernetes/common/etcd/templates')
-rw-r--r--kubernetes/common/etcd/templates/service.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/common/etcd/templates/service.yaml b/kubernetes/common/etcd/templates/service.yaml
index 04fc93af00..1199b22447 100644
--- a/kubernetes/common/etcd/templates/service.yaml
+++ b/kubernetes/common/etcd/templates/service.yaml
@@ -19,7 +19,6 @@ kind: Service
metadata:
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
-metadata:
name: {{ include "common.servicename" . }}
labels:
heritage: "{{ .Release.Service }}"