-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: add example for parameter/value to Helm Values #4020
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
Codecov Report
@@ Coverage Diff @@
## main #4020 +/- ##
=======================================
Coverage 63.51% 63.51%
=======================================
Files 36 36
Lines 1872 1872
Branches 379 379
=======================================
Hits 1189 1189
Misses 580 580
Partials 103 103 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful doc addition!
I'm not sure why Docs preview failed 🤔 Re-running the other failed jobs too. Should be fine though! |
@jsjoeio It's probably because I'm doing this from a fork, if I can't get it into a good state then I'll push it as a branch instead - I wanted to use the same workflow that our external contributors would use, as I think that is an important use case for us to support |
Love that you're making sure we dogfood that workflow! I'm seeing this: cc @BrunoQuaresma is there any reason this workflow doesn't work for forks? Is it because |
@jsjoeio I think it is because of that since forks don't have access to our internal secrets. |
Ah, I think we have to configure this for our secrets: https://docs.github.com/en/actions/reference/environments Not worth doing right now though, I didn't change docs so I think this is safe to merge 🤞 |
Fixes #4009