Skip to content

Commit

Permalink
hotfix: resolve crd resource status field
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic committed Aug 9, 2023
1 parent 35661b0 commit 35fe9b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions deploy/charts/vault-operator/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10453,5 +10453,3 @@ spec:
type: object
served: true
storage: true
subresources:
status: {}
2 changes: 0 additions & 2 deletions deploy/crd/bases/vault.banzaicloud.com_vaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10453,5 +10453,3 @@ spec:
type: object
served: true
storage: true
subresources:
status: {}
1 change: 0 additions & 1 deletion pkg/apis/vault/v1alpha1/vault_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 35fe9b6

Please # to comment.