Merge pull request #3754 from webwurst/patch-3

Fix indentation
This commit is contained in:
Jeff Regan
2021-03-26 11:37:36 -07:00
committed by GitHub

View File

@@ -145,7 +145,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
"type": "string"
},
"ports": {
"items": {
"items": {
"\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort"
},
"type": "array",
@@ -161,7 +161,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
"type": "object"
},
"io.k8s.api.core.v1.ContainerPort": {
"properties": {
"properties": {
"containerPort": {
"format": "int32",
"type": "integer"