We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3211cd commit 7a2971cCopy full SHA for 7a2971c
kubernetes/stack_definition.json
@@ -524,6 +524,10 @@
524
{
525
"name" : "ci_cluster_resource_group",
526
"value" : "ref:../../inputs/ci_cluster_resource_group"
527
+ },
528
+ {
529
+ "name": "add_container_name_suffix",
530
+ "value": "true"
531
}
532
]
533
stack_definition.json
@@ -446,6 +446,10 @@
446
"name": "prefix",
447
"value": "ref:../../inputs/prefix"
448
},
449
450
451
452
453
454
"name": "create_cd_instance",
455
"value": "ref:../../inputs/create_cd_instance"
0 commit comments