From 026ee6e6098755cc77a916150ad5d6ec06f95291 Mon Sep 17 00:00:00 2001 From: Omer Aplatony Date: Tue, 31 Dec 2024 11:38:05 +0200 Subject: [PATCH] fix: remove null creationTimestamp from CRD metadata Signed-off-by: Omer Aplatony --- charts/aws-vpc-cni/crds/customresourcedefinition.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/aws-vpc-cni/crds/customresourcedefinition.yaml b/charts/aws-vpc-cni/crds/customresourcedefinition.yaml index 9592c29647..5eae68ceb6 100644 --- a/charts/aws-vpc-cni/crds/customresourcedefinition.yaml +++ b/charts/aws-vpc-cni/crds/customresourcedefinition.yaml @@ -58,7 +58,6 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.11.3 - creationTimestamp: null labels: app.kubernetes.io/name: amazon-network-policy-controller-k8s name: policyendpoints.networking.k8s.aws @@ -286,4 +285,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {}