update storageclass annotation docs for statefulsets (#3616)

pull/3619/head^2
Roberto Jung Drebes 2017-05-03 19:37:40 +02:00 committed by Andrew Chen
parent 5c43be1ef3
commit 3320d60ed3
2 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,8 @@ spec:
volumeClaimTemplates:
- metadata:
name: www
annotations:
volume.beta.kubernetes.io/storage-class: anything
spec:
accessModes: [ "ReadWriteOnce" ]
resources:

View File

@ -37,8 +37,6 @@ spec:
volumeClaimTemplates:
- metadata:
name: www
annotations:
volume.alpha.kubernetes.io/storage-class: anything
spec:
accessModes: [ "ReadWriteOnce" ]
resources: