mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
This large commit refactors mariadb and creates a utils and openstack chart to facilitate installing all openstack elemenets and supporting infrastructure.
9 lines
195 B
YAML
9 lines
195 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
namespace: {{.Release.Namespace}}
|
|
name: "ceph-client-key"
|
|
type: kubernetes.io/rbd
|
|
data:
|
|
key: {{ include "secrets/ceph-client-key.b64" . | quote }} |