Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Remove cakeshop debugging.
Browse files Browse the repository at this point in the history
* Remove outputting cakeshop version as value  may or may not be there, and shows an error in not there.
  • Loading branch information
libby committed Aug 11, 2020
1 parent f76b17c commit 7eae3ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ if @config["prometheus"]
end

## deploy cakeshop as a deployment if enabled
puts "cakeshop"
puts ( @config["cakeshop"]["version"])
if @config["cakeshop"] and @config["cakeshop"]["version"]
File.open("out/07-cakeshop.yaml", "w") do |f|
f.puts (ERB.new(File.read(@base_template_path + "/cakeshop.yaml.erb"), nil, "-").result)
Expand Down

0 comments on commit 7eae3ae

Please sign in to comment.