mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 14:51:58 +00:00
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:
@@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: quobyte-admin-secret
|
||||
type: "kubernetes.io/quobyte"
|
||||
data:
|
||||
password: cXVvYnl0ZQ==
|
||||
user: YWRtaW4=
|
||||
|
||||
Reference in New Issue
Block a user