charts/charts-wip/radosgw/templates/keyring.yaml

11 lines
390 B
YAML
Raw Normal View History

2019-07-07 06:01:00 +00:00
---
apiVersion: v1
kind: Secret
metadata:
name: {{ include "radosgw.fullname" . }}
labels:
{{ include "radosgw.labels" . | indent 4 }}
data:
client.admin.keyring: {{ include "radosgw.keyringFile" (dict "Client" "admin" "Key" .Values.adminKey) | b64enc }}
bootstrap-rgw.keyring: {{ include "radosgw.keyringFile" (dict "Client" "bootstrap-rgw" "Key" .Values.bootstrapKey) | b64enc }}