Fix configmap name case error (#1215)

This commit is contained in:
Hang Yan
2019-12-27 22:39:45 +08:00
committed by GitHub
parent d2d0d61cf2
commit bc32e29ee4
10 changed files with 3308 additions and 17 deletions
@@ -99,7 +99,7 @@
],
"imagePullSecrets": [
{
"Name": "sample-k8s-secret-name"
"name": "sample-k8s-secret-name"
}
],
"restartPolicy": "Always",