Skip to content

Commit

Permalink
Remove pod.alpha.kubernetes.io/initialized annotation annotation whic…
Browse files Browse the repository at this point in the history
…h has been deprecated (helm#2333)
  • Loading branch information
zouyee authored and unguiculus committed Oct 9, 2017
1 parent 96d8350 commit da5a048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion incubator/etcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions incubator/etcd/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit da5a048

Please sign in to comment.