summaryrefslogtreecommitdiffstats
path: root/cns-libs/cnslibs/common/sample-glusterfs-secret.yaml
blob: c90017647b8ad83c1ccee82c23023e5e0cefc39f (plain)
1
2
3
4
5
6
7
8
9
10
apiVersion: v1
kind: Secret
metadata:
  name: heketi-secret
  namespace: default
data:
  #base64 encoded password. E.g.: echo -n "mypassword" | base64
  key: cGFzc3dvcmQ=
type: kubernetes.io/glusterfs