Module: Kube::Helm

Defined in:
lib/kube/helm.rb,
lib/kube/ctl/utilities.rb,
lib/kube/helm/instance.rb,
lib/kube/helm/command_tree.rb

Defined Under Namespace

Modules: Utilities Classes: CommandTree, Instance

Class Method Summary collapse

Class Method Details

.run(args) ⇒ Object



14
15
16
# File 'lib/kube/helm.rb', line 14

def self.run(args)
  sh { helm args }
end