mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 01:56:18 +10:00
Reduce labels for pod spec
Reduces the labels for the pod spec to ensure the chart version changes don't affect the match selector.
This commit is contained in:
committed by
GitHub
parent
a67a76d2b9
commit
cac7e5d7f4
@@ -13,9 +13,6 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
annotations:
|
||||
pod.beta.kubernetes.io/init-containers: '[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user