Skip to content

Feat #1707: Add hook_output_log_policy attribute for HIP-0019 support - #1859

Open
dennismdejong wants to merge 1 commit into
hashicorp:mainfrom
dennismdejong:feat/1707-hook-logs
Open

Feat #1707: Add hook_output_log_policy attribute for HIP-0019 support#1859
dennismdejong wants to merge 1 commit into
hashicorp:mainfrom
dennismdejong:feat/1707-hook-logs

Conversation

@dennismdejong

Copy link
Copy Markdown

Adds a hook_output_log_policy attribute to helm_release that configures hook output log capture via the Helm SDK's HookOutputFunc. Values: never (default), hook-succeeded, hook-failed, always.

When set to a value other than never, hook logs are captured from pods/jobs into the provider logs, respecting the helm.sh/hook-output-log-policy chart annotation (HIP-0019).

Closes #1707

@dennismdejong
dennismdejong requested review from a team, iam404 and rigalGit as code owners July 27, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HIP-0019 support: hook annotation to output hook logs

1 participant