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

✏️ fix typo on var name #394

Merged
merged 2 commits into from
Jun 12, 2024
Merged

✏️ fix typo on var name #394

merged 2 commits into from
Jun 12, 2024

Conversation

vmdude
Copy link
Contributor

@vmdude vmdude commented Jun 12, 2024

what

For security context on init container, you're using .Values.initConfig.containerSecurityContext (as seen in here), but you're referencing securityContext (as seen in here)

I'm not sure it require a minor version bump as this is just a typo fix, schema was already correct.

references

closes #392

@vmdude vmdude requested a review from a team as a code owner June 12, 2024 15:22
@vmdude vmdude changed the title 🐛 fix typo on var name ✏️ fix typo on var name Jun 12, 2024
@GMartinez-Sisti
Copy link
Member

Nice catch! I guess no one is using that config 😭 Please bump patch, we always require an update for any chart change.

@GMartinez-Sisti GMartinez-Sisti merged commit 4b2c4e1 into runatlantis:main Jun 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mismatch between values and template variable name
2 participants