Skip to content

Commit

Permalink
OpenAPI v2 Publishing for CRD's
Browse files Browse the repository at this point in the history
Signed-off-by: njuettner <[email protected]>
  • Loading branch information
njuettner committed Oct 25, 2019
1 parent 53075d8 commit 7e60142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ custom_resource_webhook_conversion: "false"

# Feature toggle for CustomResourcePublishOpenAPI (alpha in v1.14)
# https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#publish-validation-schema-in-openapi-v2
custom_resource_publish_openapi: "false"
custom_resource_publish_openapi: "true"

# CIDR configuration for nodes and pods
# Changing this will change the number of nodes and pods we can schedule in the
Expand Down
1 change: 0 additions & 1 deletion test/e2e/cluster_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ clusters:
zmon_scheduler_replicas: '0'
zmon_worker_replicas: '0'
node_pool_feature_enabled: "true"
custom_resource_publish_openapi: "true"
enable_rbac: "true"
dynamodb_service_link_enabled: "false"
skipper_ingress_cpu: 100m
Expand Down

0 comments on commit 7e60142

Please sign in to comment.