mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
apply ceph-client-key normalization to common
This commit is contained in:
@@ -4,8 +4,9 @@ kind: Secret
|
||||
metadata:
|
||||
name: "pvc-ceph-conf-combined-storageclass"
|
||||
type: kubernetes.io/rbd
|
||||
data:
|
||||
key: {{ include "secrets/ceph-client-key" . | quote }}
|
||||
data:
|
||||
key: |
|
||||
{{ include "secrets/ceph-client-key" . | indent 4 }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -13,4 +14,5 @@ metadata:
|
||||
name: "pvc-ceph-client-key"
|
||||
type: kubernetes.io/rbd
|
||||
data:
|
||||
key: {{ include "secrets/ceph-client-key" . | quote }}
|
||||
key: |
|
||||
{{ include "secrets/ceph-client-key" . | indent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user