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

helm: Remove duplicated toolbox keyring #13609

Merged
merged 2 commits into from Jan 23, 2024
Merged

helm: Remove duplicated toolbox keyring #13609

merged 2 commits into from Jan 23, 2024

Conversation

eb4x
Copy link
Contributor

@eb4x eb4x commented Jan 23, 2024

This fixes a duplicated key in toolbox keyring, and possible invalid yaml for CSI_ENABLE_READ_AFFINITY. The other is just indentation level and whitespace, which didn't really warrant it's own PR.

Checklist:

Removing whitespace for consistency and wrong indentation level.
There's one actual "oopsie-fix" in here for CSI_ENABLE_READ_AFFINITY

Signed-off-by: Erik Berg <erikberg@usit.uio.no>
We set `ceph_secret=${ROOK_CEPH_SECRET}` just a couple lines above,
and this duplicate is probably just an oversight.

This duplicate key is not present in the similar scripts in
  examples/toolbox.yaml
  examples/toolbox-operator-image.yaml

Signed-off-by: Erik Berg <erikberg@usit.uio.no>
@@ -86,7 +86,6 @@ spec:
# create the keyring file
cat <<EOF > ${KEYRING_FILE}
[${ROOK_CEPH_USERNAME}]
key = ${ROOK_CEPH_SECRET}
Copy link
Member

Choose a reason for hiding this comment

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

Good catch, I see the toolbox.yaml example does not have this issue.

@travisn travisn merged commit ab31635 into rook:master Jan 23, 2024
49 of 50 checks passed
@travisn travisn changed the title helm: minor fixes helm: Remove duplicated toolbox keyring Jan 23, 2024
travisn added a commit that referenced this pull request Jan 23, 2024
helm: Remove duplicated toolbox keyring (backport #13609)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants