Remove unnecessary `initialized` annotation. (#32)

The `pod.alpha.kubernetes.io/initialized` annotation is deprecated and
the default in StatefulSet is `true` so it is unnecessary.
This commit is contained in:
Anthony Yeh 2017-07-23 19:56:20 -07:00 committed by Ahmet Alp Balkan
parent bd05cc8c09
commit 28831518a5
2 changed files with 0 additions and 4 deletions

View File

@ -247,8 +247,6 @@ spec:
replicas: 4
template:
metadata:
annotations:
pod.alpha.kubernetes.io/initialized: "true"
labels:
app: minio
spec:

View File

@ -7,8 +7,6 @@ spec:
replicas: 4
template:
metadata:
annotations:
pod.alpha.kubernetes.io/initialized: "true"
labels:
app: minio
spec: