Skip to content

Commit baa158c

Browse files
committed
fix: add serviceAccount configuration for multus HelmRelease
1 parent 460ab53 commit baa158c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kubernetes/cluster-0/apps/network/multus/app/helmrelease.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ spec:
1717
type: daemonset
1818
annotations:
1919
reloader.stakater.com/auto: "true"
20+
serviceAccount:
21+
identifier: multus
2022
pod:
2123
hostNetwork: true
2224
initContainers:
@@ -93,4 +95,5 @@ spec:
9395
- identifier: multus
9496

9597
serviceAccount:
96-
multus: {}
98+
multus:
99+
enabled: true

0 commit comments

Comments
 (0)