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

Commit

Permalink
fix: data context for templating
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Apr 21, 2020
1 parent 5198306 commit 1954b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parts/k8s/cloud-init/masternodecustomdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ write_files:
permissions: "0644"
owner: root
content: |
{{IndentString (GetDockerConfig (IsNSeriesSKU .VMSize)) 4}}
{{IndentString (GetDockerConfig (IsNSeriesSKU .MasterProfile.VMSize)) 4}}
{{end}}

{{if HasCiliumNetworkPlugin}}
Expand Down
2 changes: 1 addition & 1 deletion 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 1954b64

Please sign in to comment.