Skip to content

Commit d08b9d6

Browse files
authored
chore: adding nested 'imagePullSecrets' in nfd and maintenance OP (#1621)
2 parents 71ffc72 + 2d317ce commit d08b9d6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

deployment/network-operator/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

hack/templates/values/values.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)