
This commits implements the Kubernetes volume plugin allowing pods to seamlessly access and use data stored on ScaleIO volumes.
9 lines
141 B
YAML
9 lines
141 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: sio-secret
|
|
type: kubernetes.io/scaleio
|
|
data:
|
|
username: YWRtaW4=
|
|
password: c0NhbGVpbzEyMw==
|