
- no plain password in StorageClass! - fix the style along the way - use PV annotations to pass the configuration from provisioners to deleters
9 lines
176 B
YAML
9 lines
176 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: heketi-secret
|
|
namespace: default
|
|
data:
|
|
# base64 encoded password. E.g.: echo -n "mypassword" | base64
|
|
key: bXlwYXNzd29yZA==
|