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: metadata:
name: "ceph-client-key" name: "ceph-client-key"
type: Opaque type: Opaque
data: | data:
ceph-client-key: {{ include "secrets/ceph-client-key" . | indent 4 }} ceph-client-key: |
{{ include "secrets/ceph-client-key" . | indent 4 }}

View File

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