Update init-containers to beta. (#1624)
This commit is contained in:
parent
35a14cda34
commit
05ffedcebd
|
@ -3,7 +3,7 @@ kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx
|
name: nginx
|
||||||
annotations:
|
annotations:
|
||||||
pod.alpha.kubernetes.io/init-containers: '[
|
pod.beta.kubernetes.io/init-containers: '[
|
||||||
{
|
{
|
||||||
"name": "install",
|
"name": "install",
|
||||||
"image": "busybox",
|
"image": "busybox",
|
||||||
|
|
Loading…
Reference in New Issue