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