mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
10 lines
206 B
YAML
10 lines
206 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: heketi-secret
|
|
namespace: default
|
|
data:
|
|
# base64 encoded password. E.g.: echo -n "mypassword" | base64
|
|
key: bXlwYXNzd29yZA==
|
|
type: kubernetes.io/glusterfs
|