c12s-kubespray/contrib/network-storage/heketi/roles/provision/heketi-service-account.json

8 lines
111 B
JSON
Raw Normal View History

{
"apiVersion": "v1",
"kind": "ServiceAccount",
"metadata": {
"name": "heketi-service-account"
}
}