mirror of https://github.com/k3s-io/k3s
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
|