diff --git a/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml b/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml index 6a7d9bb35f..8d4e57a7c4 100644 --- a/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml +++ b/charts/vald-helm-operator/crds/valdhelmoperatorrelease.yaml @@ -32,6 +32,8 @@ spec: - name: v1alpha1 served: true storage: true + subresources: + status: {} additionalPrinterColumns: - name: Age type: date diff --git a/charts/vald-helm-operator/crds/valdrelease.yaml b/charts/vald-helm-operator/crds/valdrelease.yaml index 0eb4f7e7f6..4b925afe34 100644 --- a/charts/vald-helm-operator/crds/valdrelease.yaml +++ b/charts/vald-helm-operator/crds/valdrelease.yaml @@ -32,6 +32,8 @@ spec: - name: v1alpha1 served: true storage: true + subresources: + status: {} additionalPrinterColumns: - name: Ingress type: string