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

Commit

Permalink
fix the transfer of the apply values to the controler (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtschreiter authored May 27, 2020
1 parent 84a6513 commit 1e9b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/cattlectl_apply/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
result, err := ctl.ApplyDescriptor(
moduleArgs.ApplyFile,
projectData,
map[string]interface{}{},
values,
utils.BuildRancherConfig(moduleArgs.AccessArgs),
)

Expand Down

0 comments on commit 1e9b603

Please sign in to comment.