We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407709c commit ce1385fCopy full SHA for ce1385f
hack/env.sh
@@ -16,7 +16,7 @@ else
16
# ensure that OVS_CNI_IMAGE is set, empty string is a valid value
17
OVS_CNI_IMAGE=${OVS_CNI_IMAGE:-}
18
# ensure that RDMA_CNI_IMAGE is set, empty string is a valid value
19
- RDMA_CNI_IMAGE=${$RDMA_CNI_IMAGE:-}
+ RDMA_CNI_IMAGE=${$RDMA_CNI_IMAGE:-}
20
METRICS_EXPORTER_KUBE_RBAC_PROXY_IMAGE=${METRICS_EXPORTER_KUBE_RBAC_PROXY_IMAGE:-}
21
[ -z $SRIOV_CNI_IMAGE ] && echo "SRIOV_CNI_IMAGE is empty but SKIP_VAR_SET is set" && exit 1
22
[ -z $SRIOV_INFINIBAND_CNI_IMAGE ] && echo "SRIOV_INFINIBAND_CNI_IMAGE is empty but SKIP_VAR_SET is set" && exit 1
0 commit comments