Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extraInitContainers to Helm chart configuration #1141

Merged
merged 5 commits into from
Mar 22, 2023

Conversation

aturpin1789
Copy link
Contributor

@aturpin1789 aturpin1789 commented Mar 22, 2023

Description

Link to #1140

Checklist

  • I have reviewed the contributing guidelines.
  • I have included unit tests for my changes or additions.
  • I have successfully run make test-docker with my changes.
  • I have manually tested all relevant modes of the change in this PR.
  • I have updated the documentation.
  • I have updated the changelog.

Questions or Comments

aturpin1789 and others added 3 commits March 22, 2023 10:48
Correct changelog PR number and contributor.
Move changelog entry to bottom of the list for chronological ordering.
@@ -46,6 +46,10 @@ spec:
containers:
{{- if .Values.extraContainers }}
{{ .Values.extraContainers | toYaml | indent 6}}
{{- end }}
initContainers:
{{- if .Values.extraInitContainers }}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the rest of this helm chart, this if statement should be above the initContainers: line. This will avoid the line being included for most users, since there will not be an initContainer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@jertel jertel merged commit 2c6389b into jertel:master Mar 22, 2023
@aturpin1789 aturpin1789 deleted the add_extraInitContainer_kubernetes branch March 22, 2023 15:04
@aturpin1789
Copy link
Contributor Author

Hello @jertel

Could you apply those changes in Artifact Hub ?

Thanks

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants