-
Notifications
You must be signed in to change notification settings - Fork 11
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
values/readme has 'server.configannotation', but _helpers.tpl has server.includeConfigAnnotation #32
Comments
Reproduced and workaround confirmed:
I was going to offer reference to a tested patch, but it is mixed with another fix/condition that I don't think is a valid bug. So just snip the suggested bits here:
|
@michel-thebeau-WR Sadly we're unable to merge changes without DCO from the author / authorized representative. Would you be able to open a PR for this and the other one? Thanks! |
Developer Certificate of Origin; add signed-off-by line. I'll have some reading to do; at the very least I have to push the change to github somewhere so it can do commit comparison. |
The mismatch in values.yaml is in the original commit: commit d186b6f Add annotation on config change (hashicorp#1001) Copied to README.md for openbao docs: commit 5544941 begin changes to using openbao everywhere instead of vault A change should include unit/tests. I prefer configAnnotation, so I'm going with that for the pull request for now. |
Oooo, look what I found: https://github.com/apps/dco |
@michel-thebeau-WR Yes, that is enabled on this repository: https://github.com/openbao/openbao-helm/pull/33/checks?check_run_id=35545003905 :-) Hoping @JanMa will have time to take a look at your PRs, but if not, I'll review and merge next week sometime! |
I shared the link with Tae Park as well. |
Describe the bug
By observation only: server.configAnnotation option would be ignored because templates/_helpers.tpl refers to server.includeConfigAnnotation instead.
To Reproduce
Inspect the source.
values.yaml:
openbao-helm/charts/openbao/values.yaml
Line 686 in b73f988
README:
openbao-helm/charts/openbao/README.md
Line 163 in b73f988
templates/_helpers.tpl:
openbao-helm/charts/openbao/templates/_helpers.tpl
Line 451 in b73f988
Expected behavior
There would be alignment between the README.md, values.yaml and _helpers.tpl
Environment
Chart values:
default chart values
Additional context
The text was updated successfully, but these errors were encountered: