Merge pull request #41799 from johscheuer/fix-quobyte-example

Automatic merge from submit-queue

Remove unnecessary constants and add type to secret

**What this PR does / why we need it**:
Adds the type field to the secret for the `persistent-volume-provisioning` example of Quobyte. Also remove unnecessary constants in Quobyte Code base.

FYI
@rootfs @saad-ali @quolix
This commit is contained in:
Kubernetes Submit Queue
2017-05-08 13:25:22 -07:00
committed by GitHub
3 changed files with 2 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Secret
metadata:
name: quobyte-admin-secret
type: "kubernetes.io/quobyte"
data:
password: cXVvYnl0ZQ==
user: YWRtaW4=