File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
deployment/network-operator/templates Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ COPY deployment/network-operator/ ./network-operator-chart/
6060RUN mkdir crds && \
6161 cp -r network-operator-chart/crds /workspace/crds/network-operator/ && \
6262 cp -r network-operator-chart/charts/sriov-network-operator/crds /workspace/crds/sriov-network-operator/ && \
63- cp -r network-operator-chart/charts/node-feature-discovery/crds /workspace/crds/node-feature-discovery/
63+ cp -r network-operator-chart/charts/node-feature-discovery/crds /workspace/crds/node-feature-discovery/ && \
64+ cp -r network-operator-chart/charts/nic-configuration-operator-chart/crds /workspace/crds/nic-configuration-operator/
6465
6566# Build
6667ARG ARCH
Original file line number Diff line number Diff line change 9090 {{- if .Values.nfd.enabled }}
9191 - --crds-dir=/crds/node-feature-discovery
9292 {{- end }}
93+ {{- if .Values.nicConfigurationOperator.enabled }}
94+ - --crds-dir=/crds/nic-configuration-operator
95+ {{- end }}
9396 restartPolicy : OnFailure
9497{{- end }}
You can’t perform that action at this time.
0 commit comments