Skip to content

Commit 6d4927a

Browse files
committed
Fix trailing whitespace
1 parent b14413e commit 6d4927a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/components/openshift-dns/dns/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
readOnly: true
2525
- mountPath: /tmp
2626
name: tmp-dir
27-
{{- if .HostsEnabled }}
27+
{{- if .HostsEnabled }}
2828
- mountPath: /tmp/hosts
2929
name: hosts
3030
readOnly: true

scripts/auto-rebase/manifests_patches/020-dns-daemonset.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 630fa3f93..590fc3daa 100644
66
readOnly: true
77
- mountPath: /tmp
88
name: tmp-dir
9-
+ {{- if .HostsEnabled }}
9+
+ {{- if .HostsEnabled }}
1010
+ - mountPath: /tmp/hosts
1111
+ name: hosts
1212
+ readOnly: true

0 commit comments

Comments
 (0)