We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14413e commit 6d4927aCopy full SHA for 6d4927a
2 files changed
assets/components/openshift-dns/dns/daemonset.yaml
@@ -24,7 +24,7 @@ spec:
24
readOnly: true
25
- mountPath: /tmp
26
name: tmp-dir
27
- {{- if .HostsEnabled }}
+ {{- if .HostsEnabled }}
28
- mountPath: /tmp/hosts
29
name: hosts
30
scripts/auto-rebase/manifests_patches/020-dns-daemonset.patch
@@ -6,7 +6,7 @@ index 630fa3f93..590fc3daa 100644
6
7
8
9
-+ {{- if .HostsEnabled }}
++ {{- if .HostsEnabled }}
10
+ - mountPath: /tmp/hosts
11
+ name: hosts
12
+ readOnly: true
0 commit comments