Sha256: c92cf616a413d0551bee5b5184e9ab45ec76d606c1bc3154c363f27567469717
Contents?: true
Size: 448 Bytes
Versions: 21
Compression:
Stored size: 448 Bytes
Contents
Kubes.configure do |config| config.repo = "<%= @options[:repo] %>" config.logger.level = "info" # auto-switching # config.kubectl.context = "dev-services" # 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
21 entries across 21 versions & 1 rubygems