Merge pull request #78672 from msau42/default-resize

Enable resize in default gce storageclass
This commit is contained in:
Kubernetes Prow Robot 2019-06-14 13:26:48 -07:00 committed by GitHub
commit a03bc34313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ metadata:
provisioner: kubernetes.io/gce-pd
parameters:
type: pd-standard
allowVolumeExpansion: true