1
0
Fork 0

fix(helm): remove lables (set automatically by helm), move annotations from .metadata.labels to .metadata

This commit is contained in:
Vojtěch Mareš 2023-07-03 19:07:03 +02:00
parent 764824b92b
commit 9d27ab7962
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 4 additions and 10 deletions

View file

@ -2,8 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Release.Name }}
labels:
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}