We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aa47b commit 225d23eCopy full SHA for 225d23e
charts/netdata/README.md
@@ -1948,7 +1948,7 @@ true
1948
<td>netdataOpentelemetry.dnsPolicy</td>
1949
<td>string</td>
1950
<td><pre lang="json">
1951
-"ClusterFirstWithHostNet"
+"ClusterFirst"
1952
</pre>
1953
</td>
1954
<td>DNS policy for pod</td>
charts/netdata/values.yaml
@@ -976,7 +976,7 @@ netdataOpentelemetry:
976
977
# -- DNS policy for pod
978
# @section -- Netdata OpenTelemetry
979
- dnsPolicy: ClusterFirstWithHostNet
+ dnsPolicy: ClusterFirst
980
981
# Volumes to create are called varlib and varlog
982
# varlib stores the alerts information and claimID of the agent. Static size of 1Gi
0 commit comments