Sha256: ca485c556be2673a3553e8d07992ca07d7f58d03e97c17e386683bf4d61e4328
Contents?: true
Size: 396 Bytes
Versions: 30
Compression:
Stored size: 396 Bytes
Contents
class KuberKit::TemplateReader::Strategies::ArtifactFile < KuberKit::TemplateReader::Strategies::Abstract include KuberKit::Import[ "core.artifact_store" ] def read(shell, env_file) artifact = artifact_store.get(env_file.artifact_name) file_parts = [artifact.cloned_path, env_file.file_path].compact file_path = File.join(*file_parts) shell.read(file_path) end end
Version data entries
30 entries across 30 versions & 1 rubygems