From: Todd Malsbary Date: Mon, 1 Nov 2021 18:55:07 +0000 (-0700) Subject: Fix validation error in cdi-operator X-Git-Tag: 0.10.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8157bf63753839ce4e9006978816fad3f63ca2de;p=multicloud%2Fk8s.git Fix validation error in cdi-operator Issue-ID: MULTICLOUD-1417 Signed-off-by: Todd Malsbary Change-Id: I194710db23a9c963be51fd47ecd7b1cce1707a91 --- 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 }}