apply ceph-client-key normalization to common (really this time)

This commit is contained in:
Alan Meadows 2016-11-30 15:07:15 -08:00
parent b372c4b2f8
commit 67c86d9fea
2 changed files with 5 additions and 4 deletions

View File

@ -44,5 +44,6 @@ kind: Secret
metadata:
name: "ceph-client-key"
type: Opaque
data: |
ceph-client-key: {{ include "secrets/ceph-client-key" . | indent 4 }}
data:
ceph-client-key: |
{{ include "secrets/ceph-client-key" . | indent 4 }}

View File

@ -6,7 +6,7 @@ metadata:
type: kubernetes.io/rbd
data:
key: |
{{ include "secrets/ceph-client-key" . | indent 4 }}
{{ include "secrets/ceph-client-key" . | indent 4 }}
---
apiVersion: v1
kind: Secret
@ -15,4 +15,4 @@ metadata:
type: kubernetes.io/rbd
data:
key: |
{{ include "secrets/ceph-client-key" . | indent 4 }}
{{ include "secrets/ceph-client-key" . | indent 4 }}