charts/charts-wip/radosgw/templates/keyring.yaml
2019-07-07 08:01:00 +02:00

10 lines
390 B
YAML

---
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 }}