Fix case sensitive YAML keys in debugd config (#134)

Fix case sensitive YAML keys in debugd config

Co-authored-by: Fabian Kammel <fabian@kammel.dev>
This commit is contained in:
Malte Poll 2022-05-11 16:06:40 +02:00 committed by GitHub
parent b8d1cc2b75
commit 19394e5563

View file

@ -141,9 +141,9 @@ See this example on what the possible settings are and how to setup the constell
] ]
}, },
"provider": { "provider": {
"gcpconfig": { "gcpConfig": {
"image": "projects/constellation-images/global/images/constellation-coreos-debugd-TIMESTAMP", "image": "projects/constellation-images/global/images/constellation-coreos-debugd-TIMESTAMP",
"firewallinput": { "firewallInput": {
"Ingress": [ "Ingress": [
{ {
"Name": "coordinator", "Name": "coordinator",
@ -179,9 +179,9 @@ See this example on what the possible settings are and how to setup the constell
] ]
} }
}, },
"azureconfig": { "azureConfig": {
"image": "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation-coreos-debugd/versions/0.0.TIMESTAMP", "image": "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/CONSTELLATION-IMAGES/providers/Microsoft.Compute/galleries/Constellation/images/constellation-coreos-debugd/versions/0.0.TIMESTAMP",
"networksecuritygroupinput": { "networkSecurityGroupInput": {
"Ingress": [ "Ingress": [
{ {
"Name": "coordinator", "Name": "coordinator",