Skip to content

Commit

Permalink
whitespace: Fix needed places
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed Dec 6, 2022
1 parent 2781b1d commit 117128d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Push container image
on:
on:
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion manifests/secondarydns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
mountPath: /etc/coredns
readOnly: true
- name: secdns-zones
mountPath: /zones
mountPath: /zones
readOnly: true
- name: status-monitor
image: registry:5000/kubevirt/kubesecondarydns:latest
Expand Down

0 comments on commit 117128d

Please sign in to comment.