From 8157bf63753839ce4e9006978816fad3f63ca2de Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 1 Nov 2021 11:55:07 -0700 Subject: Fix validation error in cdi-operator Issue-ID: MULTICLOUD-1417 Signed-off-by: Todd Malsbary Change-Id: I194710db23a9c963be51fd47ecd7b1cce1707a91 --- kud/deployment_infra/helm/cdi-operator/Chart.yaml | 2 +- kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/kud/deployment_infra/helm/cdi-operator/Chart.yaml b/kud/deployment_infra/helm/cdi-operator/Chart.yaml index 920f21b8..a05bc1a0 100644 --- a/kud/deployment_infra/helm/cdi-operator/Chart.yaml +++ b/kud/deployment_infra/helm/cdi-operator/Chart.yaml @@ -23,4 +23,4 @@ sources: - https://github.com/kubevirt/containerized-data-importer home: https://github.com/kubevirt/containerized-data-importer type: application -version: 0.1.0 +version: 0.1.1 diff --git a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml index dc924a16..3010d6e7 100644 --- a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml +++ b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml @@ -66,7 +66,5 @@ spec: tolerations: {{- toYaml . | nindent 6 }} {{- end }} - resources: - {{- toYaml .Values.resources | nindent 8 }} securityContext: {{- toYaml .Values.securityContext | nindent 8 }} -- cgit 1.2.3-korg