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:
parent
bd05cc8c09
commit
28831518a5
|
@ -247,8 +247,6 @@ spec:
|
|||
replicas: 4
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
pod.alpha.kubernetes.io/initialized: "true"
|
||||
labels:
|
||||
app: minio
|
||||
spec:
|
||||
|
|
|
@ -7,8 +7,6 @@ spec:
|
|||
replicas: 4
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
pod.alpha.kubernetes.io/initialized: "true"
|
||||
labels:
|
||||
app: minio
|
||||
spec:
|
||||
|
|
Loading…
Reference in New Issue