File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
deployment/network-operator Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ node-feature-discovery:
5151 image :
5252 repository : registry.k8s.io/nfd/node-feature-discovery
5353 tag : v0.17.0
54+ # imagePullSecrest for node-feature-discovery Network Operator related images
55+ # imagePullSecrets: []
5456
5557 # -- NFD master deployment configuration.
5658 # @notationType -- yaml
@@ -199,6 +201,8 @@ maintenance-operator-chart:
199201 repository : nvcr.io/nvstaging/mellanox
200202 name : maintenance-operator
201203 tag : network-operator-v25.7.0-beta.2
204+ # imagePullSecrets for Maintenance Operator related images
205+ # imagePullSecrets: []
202206 admissionController :
203207 # -- enable admission controller of the operator
204208 enable : false
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ node-feature-discovery:
5151 image:
5252 repository: {{ .NodeFeatureDiscovery.Repository }}/{{ .NodeFeatureDiscovery.Image }}
5353 tag: {{ .NodeFeatureDiscovery.Version }}
54+ # imagePullSecrest for node-feature-discovery Network Operator related images
55+ #imagePullSecrets: []
5456
5557 # -- NFD master deployment configuration.
5658 # @notationType -- yaml
@@ -199,6 +201,8 @@ maintenance-operator-chart:
199201 repository: {{ .MaintenanceOperator.Repository }}
200202 name: {{ .MaintenanceOperator.Image }}
201203 tag: {{ .MaintenanceOperator.Version }}
204+ # imagePullSecrets for Maintenance Operator related images
205+ #imagePullSecrets: []
202206 admissionController:
203207 # -- enable admission controller of the operator
204208 enable: false
You can’t perform that action at this time.
0 commit comments