puppet-prod/modules/rke2/templates/ceph-csi-secret.yaml.erb
Ben Vincent 338f5cd955 feat: k8s helm rework
- remove helm-generated-yaml, replace with helm execs
- template/parameterise ceph csi
2025-09-20 14:34:16 +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 %>