mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Fix indentation
This commit is contained in:
@@ -145,7 +145,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"items": {
|
"items": {
|
||||||
"\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort"
|
"\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort"
|
||||||
},
|
},
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@@ -161,7 +161,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
|
|||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"io.k8s.api.core.v1.ContainerPort": {
|
"io.k8s.api.core.v1.ContainerPort": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"containerPort": {
|
"containerPort": {
|
||||||
"format": "int32",
|
"format": "int32",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
|
|||||||
Reference in New Issue
Block a user