forked from LaconicNetwork/kompose
Fix configmap name case error (#1215)
This commit is contained in:
+2
-2
@@ -76,7 +76,7 @@
|
||||
"volumes": [
|
||||
{
|
||||
"configMap": {
|
||||
"Name": "firstconfig",
|
||||
"name": "firstconfig",
|
||||
"defaultMode": 644
|
||||
},
|
||||
"name": "firstconfig"
|
||||
@@ -188,7 +188,7 @@
|
||||
"volumes": [
|
||||
{
|
||||
"configMap": {
|
||||
"Name": "secondconfig",
|
||||
"name": "secondconfig",
|
||||
"defaultMode": 644
|
||||
},
|
||||
"name": "secondconfig"
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@
|
||||
"volumes": [
|
||||
{
|
||||
"configMap": {
|
||||
"Name": "firstconfig",
|
||||
"name": "firstconfig",
|
||||
"defaultMode": 644
|
||||
},
|
||||
"name": "firstconfig"
|
||||
|
||||
Reference in New Issue
Block a user