Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix: spacing in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Apr 18, 2020
1 parent f5657a6 commit c1d24b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion parts/k8s/cloud-init/masternodecustomdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ write_files:
permissions: "0644"
owner: root
content: |
{{GetDockerConfig}}
{{IndentString GetDockerConfig 4}}
#EOF

{{end}}

{{if HasCiliumNetworkPlugin}}
Expand Down
3 changes: 2 additions & 1 deletion parts/k8s/cloud-init/nodecustomdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ write_files:
permissions: "0644"
owner: root
content: |
{{GetDockerConfig}}
{{IndentString GetDockerConfig 4}}
#EOF

{{end}}
{{if HasCiliumNetworkPlugin}}
- path: /etc/systemd/system/sys-fs-bpf.mount
Expand Down
6 changes: 4 additions & 2 deletions pkg/engine/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1d24b1

Please sign in to comment.