forked from LaconicNetwork/kompose
Fix configmap name case error (#1215)
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@
|
||||
],
|
||||
"imagePullSecrets": [
|
||||
{
|
||||
"Name": "sample-k8s-secret-name"
|
||||
"name": "sample-k8s-secret-name"
|
||||
}
|
||||
],
|
||||
"restartPolicy": "Always",
|
||||
|
||||
Reference in New Issue
Block a user