Skip to content

Commit fd5c991

Browse files
committed
Fix nodeSelector
bug 9027 on helm does not allow null on sub-charts...... Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent a285a56 commit fd5c991

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

charts/smarter-edge/values.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@
55
namespace: smarter
66

77
smarter-dns:
8-
configuration:
9-
nodeSelector:
10-
smarter.dns: null
11-
smarter.type: edge
8+
nodeSelector:
9+
smarter.type: edge
1210

1311
smarter-cni:
14-
configuration:
15-
nodeSelector:
16-
smarter.cni: null
17-
smarter.type: edge
12+
nodeSelector:
13+
smarter.type: edge
1814

1915
smarter-device-manager:
20-
configuration:
21-
nodeSelector:
22-
smarter.device-manager: null
23-
smarter.type: edge
16+
nodeSelector:
17+
smarter.type: edge
2418

0 commit comments

Comments
 (0)