Fix deploy heketi show selector missing error. (#5738)

This commit is contained in:
keyboardfann
2020-03-16 18:32:36 +08:00
committed by GitHub
parent 29128eb316
commit 64190dfc73
3 changed files with 15 additions and 0 deletions

View File

@@ -55,6 +55,11 @@
}
},
"spec": {
"selector": {
"matchLabels": {
"name": "heketi"
}
},
"replicas": 1,
"template": {
"metadata": {