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 {