Skip to content

Commit

Permalink
fix: fixed input schema
Browse files Browse the repository at this point in the history
  • Loading branch information
anaik91 committed Dec 18, 2024
1 parent 7cfe3ce commit 45e5a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/validate-input/files/input.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@
},
"required": ["image", "resources", "accessLogFile", "accessLogFormat"]
},
"ingressGateway": {
"apigeeIngressGateway": {
"type": "object",
"properties": {
"image": {
Expand Down Expand Up @@ -1396,7 +1396,7 @@
"ao",
"kubeRBACProxy",
"istiod",
"ingressGateway"
"apigeeIngressGateway"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion vars/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ overrides:
projectID: _GCP_PROJECT_ID_
revision: "1103"
instanceID: "wwwwxxxxyyyyzzzz"
enhanceProxyLimits: true
enhanceProxyLimits: "true"
contractProvider: https://apigee.googleapis.com
#
# For Telemetry support for Multi-Org cluster. The feature is disabled by default.
Expand Down

0 comments on commit 45e5a5a

Please sign in to comment.