mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
Fix ceph-secret type to kubernetes.io/rbd
This commit is contained in:
parent
fab2f5e3af
commit
96f944d99b
@ -2,6 +2,6 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ceph-secret
|
||||
type: Opaque
|
||||
type: kubernetes.io/rbd
|
||||
data:
|
||||
key: {{ secret }}
|
||||
|
Loading…
Reference in New Issue
Block a user