- remove helm-generated-yaml, replace with helm execs - template/parameterise ceph csi Reviewed-on: #396
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: csi-rbd-secret
|
|
namespace: ceph-csi
|
|
stringData:
|
|
userID: kubernetes
|
|
userKey: <%= @csi_ceph_key %>
|
|
|