Skip to content

Commit 2672af2

Browse files
committed
build(helm): add ndots:1 suggestion in values.yaml
1 parent a68f4a2 commit 2672af2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/kubenurse/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ daemonset:
1717
key: node-role.kubernetes.io/control-plane
1818
operator: Equal
1919
dnsConfig: {}
20+
# dnsConfig: # recommended config
21+
# options:
22+
# - name: ndots
23+
# value: "1"
2024
volumeMounts: []
2125
volumes: []
2226
priorityClassName: ""

0 commit comments

Comments
 (0)