From 55b40a99daed0dd040545aeadc92e26491f8f0a0 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Fri, 21 Jun 2024 09:32:21 +0900 Subject: [PATCH] remove unused default --- .../config/crds/nginxcluster.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/nginx-cluster-controller-with-kubekit-sync/config/crds/nginxcluster.yaml b/examples/nginx-cluster-controller-with-kubekit-sync/config/crds/nginxcluster.yaml index 0c54838d..40bd3496 100644 --- a/examples/nginx-cluster-controller-with-kubekit-sync/config/crds/nginxcluster.yaml +++ b/examples/nginx-cluster-controller-with-kubekit-sync/config/crds/nginxcluster.yaml @@ -42,7 +42,6 @@ spec: properties: ready: type: boolean - default: false default: ready: false scope: Namespaced