Skip to content

Commit 6cfd9a5

Browse files
Add hostNetwork option to values.yaml
Added configuration option for host networking. Signed-off-by: Marco Araújo <[email protected]>
1 parent 71563a5 commit 6cfd9a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/rollout-operator/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ hostAliases: []
2525
# hostnames:
2626
# - domain.tld
2727

28+
# -- Enable or disable the use of host networking for the pod.
29+
# When true, the pod will use the node's network namespace
30+
hostNetwork: false
31+
2832
nameOverride: ""
2933
fullnameOverride: ""
3034

0 commit comments

Comments
 (0)