From 492b8a798947c586f1da1590fa0fa085df6e1842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20Sch=C3=A4rz?= Date: Tue, 21 Apr 2026 11:09:13 +0200 Subject: [PATCH] remove priority: 0 as the field is removed by k8s which results in diffs for gitops tools --- deploy/crds/trident.netapp.io_tridentconfigurators_crd.yaml | 3 --- helm/trident-operator/crds/tridentconfigurators.yaml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/deploy/crds/trident.netapp.io_tridentconfigurators_crd.yaml b/deploy/crds/trident.netapp.io_tridentconfigurators_crd.yaml index a998a6354..5ea49fe3e 100644 --- a/deploy/crds/trident.netapp.io_tridentconfigurators_crd.yaml +++ b/deploy/crds/trident.netapp.io_tridentconfigurators_crd.yaml @@ -18,17 +18,14 @@ spec: - name: Phase type: string description: The backend config phase - priority: 0 jsonPath: .status.phase - name: Status type: string description: The result of the last operation - priority: 0 jsonPath: .status.lastOperationStatus - name: Cloud Provider type: string description: The name of cloud provider - priority: 0 jsonPath: .status.cloudProvider - name: Storage Driver type: string diff --git a/helm/trident-operator/crds/tridentconfigurators.yaml b/helm/trident-operator/crds/tridentconfigurators.yaml index f3aa8971f..5ea49fe3e 100644 --- a/helm/trident-operator/crds/tridentconfigurators.yaml +++ b/helm/trident-operator/crds/tridentconfigurators.yaml @@ -18,17 +18,14 @@ spec: - name: Phase type: string description: The backend config phase - priority: 0 jsonPath: .status.phase - name: Status type: string description: The result of the last operation - priority: 0 jsonPath: .status.lastOperationStatus - name: Cloud Provider type: string description: The name of cloud provider - priority: 0 jsonPath: .status.cloudProvider - name: Storage Driver type: string @@ -51,4 +48,4 @@ spec: categories: - trident - trident-internal - - trident-external \ No newline at end of file + - trident-external