Remove pod.alpha.kubernetes.io/initialized annotation annotation which has been deprecated (#2333)

This commit is contained in:
zoues
2017-10-09 21:30:55 +02:00
committed by Reinhard Nägele
parent 96d83504f9
commit da5a048aae
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: etcd
home: https://github.com/coreos/etcd
version: 0.3.4
version: 0.3.5
description: Distributed reliable key-value store for the most critical data of a
distributed system.
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png
@@ -18,8 +18,6 @@ spec:
release: {{ .Release.Name | quote }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
component: "{{ .Release.Name }}-{{ .Values.Component }}"
annotations:
pod.alpha.kubernetes.io/initialized: "true"
spec:
containers:
- name: {{ template "etcd.fullname" . }}