Class: Kerbi::State::ConfigMapMixer
Instance Attribute Summary
Attributes inherited from Mixer
#namespace, #output, #patch_stack, #release_name, #values
Instance Method Summary collapse
Methods inherited from Mixer
compute_own_values_subtree, compute_values_subtree, #dicts, #dir, #file, #helm_chart, #initialize, locate_self, #mixer, #patched_with, #push, pwd, resolve_file_name, #run, values_root
Methods included from Mixins::Mixer
#b64dec, #b64enc, #b64enc_file, #embed, #embed_array, #http_descriptor_to_url
Constructor Details
This class inherits a constructor from Kerbi::Mixer
Instance Method Details
#mix ⇒ Object
6 7 8 9 10 |
# File 'lib/state/mixers.rb', line 6 def mix patched_with file("metadata") do push file("resources", only: [{kind: "ConfigMap"}]) end end |