Sha256: f3485154602659fec1990d6bc7c2d9fb1fbf8fae29f347142bc33b4969cb22cb
Contents?: true
Size: 447 Bytes
Versions: 32
Compression:
Stored size: 447 Bytes
Contents
Kubes.configure do |config| config.repo = "<%= @options[:repo] %>" config.logger.level = "info" # auto-switching # config.kubectl.context = "dev-cluster" # config.kubectl.context_keep = true # keep context after switching # config.kubectl.exit_on_fail_for_apply = true # whether or not continue if the kubectl command fails # config.kubectl.exit_on_fail_for_delete = false # whether or not continue if the kubectl command fails end
Version data entries
32 entries across 32 versions & 1 rubygems