-
Notifications
You must be signed in to change notification settings - Fork 339
🐛 Fix Helm Charts: place volumes: inside the if condition #397
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
Conversation
|
|
Co-authored-by: Chandler Prall <[email protected]>
…ring updates (#15966)
Co-authored-by: aaronsteers <[email protected]> Co-authored-by: lmossman <[email protected]>
Landing CD cutover for prod
Hotfix for productoin
Prod fix for metrics data
…ctionality (#16180)
Hotfix for production
|
Replaced with #404 |
What
volumes:label inspec.template.spec.containersfield throws the following warning if noextraVolumesare passed.warnings.go:70] unknown field "spec.template.spec.containers[0].volumesHow
Placing the
volumes:label inside the if condition helps avoid the aforementioned warning when noextraVolumesare passed.Can this PR be safely reverted and rolled back?