From f3246fb423fca303b100cb76657b909d234d7178 Mon Sep 17 00:00:00 2001 From: brutus333 Date: Fri, 28 May 2021 18:06:20 +0300 Subject: [PATCH] Pass CLUSTER_TYPE to sriov operator Close https://github.com/k8snetworkplumbingwg/sriov-network-operator/issues/141 --- deployment/sriov-network-operator/templates/operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/sriov-network-operator/templates/operator.yaml b/deployment/sriov-network-operator/templates/operator.yaml index f506a7d71..f2673d664 100644 --- a/deployment/sriov-network-operator/templates/operator.yaml +++ b/deployment/sriov-network-operator/templates/operator.yaml @@ -64,3 +64,5 @@ spec: value: {{ .Release.AppVersion }} - name: SRIOV_CNI_BIN_PATH value: {{ .Values.operator.cniBinPath }} + - name: CLUSTER_TYPE + value: {{ .Values.operator.clusterType }}