puppet-prod/modules/rke2/templates/ceph-csi-secret.yaml.erb
Ben Vincent 8744916168
All checks were successful
Build / precommit (pull_request) Successful in 5m44s
feat: k8s helm rework
- remove helm-generated-yaml, replace with helm execs
- template/parameterise ceph csi
2025-09-20 15:07:58 +10:00

11 lines
153 B
Plaintext

---
apiVersion: v1
kind: Secret
metadata:
name: csi-rbd-secret
namespace: ceph-csi
stringData:
userID: kubernetes
userKey: <%= @csi_ceph_key %>