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