From bbb80b5dc09de3717bb565e92c2babbfcb41ed84 Mon Sep 17 00:00:00 2001 From: Ramiz Polic Date: Wed, 9 Aug 2023 09:59:13 +0200 Subject: [PATCH] hotfix: resolve crd resource status field Signed-off-by: Ramiz Polic --- deploy/charts/vault-operator/crds/crd.yaml | 2 -- deploy/crd/bases/vault.banzaicloud.com_vaults.yaml | 2 -- pkg/apis/vault/v1alpha1/vault_types.go | 1 - 3 files changed, 5 deletions(-) diff --git a/deploy/charts/vault-operator/crds/crd.yaml b/deploy/charts/vault-operator/crds/crd.yaml index 8342f5c0..b7dc0099 100644 --- a/deploy/charts/vault-operator/crds/crd.yaml +++ b/deploy/charts/vault-operator/crds/crd.yaml @@ -10453,5 +10453,3 @@ spec: type: object served: true storage: true - subresources: - status: {} diff --git a/deploy/crd/bases/vault.banzaicloud.com_vaults.yaml b/deploy/crd/bases/vault.banzaicloud.com_vaults.yaml index 8342f5c0..b7dc0099 100644 --- a/deploy/crd/bases/vault.banzaicloud.com_vaults.yaml +++ b/deploy/crd/bases/vault.banzaicloud.com_vaults.yaml @@ -10453,5 +10453,3 @@ spec: type: object served: true storage: true - subresources: - status: {} diff --git a/pkg/apis/vault/v1alpha1/vault_types.go b/pkg/apis/vault/v1alpha1/vault_types.go index bb7ec2e8..292fadcb 100644 --- a/pkg/apis/vault/v1alpha1/vault_types.go +++ b/pkg/apis/vault/v1alpha1/vault_types.go @@ -937,7 +937,6 @@ type Ingress struct { // +genclient // +genclient:noStatus // +kubebuilder:object:root=true -// +kubebuilder:subresource:status // Vault is the Schema for the vaults API type Vault struct {