@@ -386,16 +386,16 @@ func TestGetEnvChartValues(t *testing.T) {
386
386
"tags.jx-preview=true" ,
387
387
"tags.jx-env-test-preview=true" ,
388
388
"tags.jx-ns-jx-test-preview-pr-6=true" ,
389
- "global.jx-preview =true" ,
390
- "global.jx-env-test-preview =true" ,
391
- "global.jx-ns-jx-test-preview-pr-6 =true" ,
389
+ "global.jxPreview =true" ,
390
+ "global.jxEnvTestPreview =true" ,
391
+ "global.jxNsJxTestPreviewPr6 =true" ,
392
392
},
393
393
[]string {
394
- "global.jx-type-env =preview" ,
395
- "global.jx-env =test-preview" ,
396
- "global.jx-ns =jx-test-preview-pr-6" ,
397
- "global.jx-preview-app =my-app" ,
398
- "global.jx-preview -pr=6" ,
394
+ "global.jxTypeEnv =preview" ,
395
+ "global.jxEnv =test-preview" ,
396
+ "global.jxNs =jx-test-preview-pr-6" ,
397
+ "global.jxPreviewApp =my-app" ,
398
+ "global.jxPreview -pr=6" ,
399
399
},
400
400
}, {
401
401
"jx-custom-env" ,
@@ -420,14 +420,14 @@ func TestGetEnvChartValues(t *testing.T) {
420
420
"tags.jx-permanent=true" ,
421
421
"tags.jx-env-custom-env=true" ,
422
422
"tags.jx-ns-jx-custom-env=true" ,
423
- "global.jx-permanent =true" ,
424
- "global.jx-env-custom -env=true" ,
425
- "global.jx-ns-jx-custom-env =true" ,
423
+ "global.jxPermanent =true" ,
424
+ "global.jxEnvCustom -env=true" ,
425
+ "global.jxNsJxCustomEnv =true" ,
426
426
},
427
427
[]string {
428
- "global.jx-type-env =permanent" ,
429
- "global.jx-env =custom-env" ,
430
- "global.jx-ns =jx-custom-env" ,
428
+ "global.jxTypeEnv =permanent" ,
429
+ "global.jxEnv =custom-env" ,
430
+ "global.jxNs =jx-custom-env" ,
431
431
},
432
432
}, {
433
433
"ns-rand" ,
@@ -457,14 +457,14 @@ func TestGetEnvChartValues(t *testing.T) {
457
457
"tags.jx-edit=true" ,
458
458
"tags.jx-env-random-env=true" ,
459
459
"tags.jx-ns-ns-rand=true" ,
460
- "global.jx-edit =true" ,
461
- "global.jx-env-random-env =true" ,
462
- "global.jx-ns-ns-rand =true" ,
460
+ "global.jxEdit =true" ,
461
+ "global.jxEnvRandomEnv =true" ,
462
+ "global.jxNsNsRand =true" ,
463
463
},
464
464
[]string {
465
- "global.jx-type-env =edit" ,
466
- "global.jx-env =random-env" ,
467
- "global.jx-ns =ns-rand" ,
465
+ "global.jxTypeEnv =edit" ,
466
+ "global.jxEnv =random-env" ,
467
+ "global.jxNs =ns-rand" ,
468
468
},
469
469
}}
470
470
0 commit comments