Helm

class narrenschiff.modules.helm.Helm(command)[source]

helm module.

property cmd

Get command that module needs to execute later.

Returns

Full command with all parameters

Return type

str

dry_run_supported(cmd)[source]

Check if command supports –dry-run.

Parameters

cmd (str) – Command that module should execute

Returns

Boolean indicating whether command supports dry run

Return type

bool

parse_secretmaps_args()[source]

Mutate secretmap arguments. Expand secretmap paths to match files in the /tmp directory.

Returns

Void

Return type

None

exception narrenschiff.modules.helm.HelmException[source]

Raise when something is wrong with Helm module.