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 for converting secret scopes to config map #330

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

tomasz-sadura
Copy link
Contributor

Currently operator generates (additional nested field):

      scopes:
        scopes:
        - SCOPE_REDPANDA_CONNECT

Should be:

      scopes:
      - SCOPE_REDPANDA_CONNECT

@RafalKorepta RafalKorepta enabled auto-merge (rebase) November 27, 2024 09:57
@RafalKorepta RafalKorepta merged commit 3c5b69a into main Nov 27, 2024
5 checks passed
@RafalKorepta RafalKorepta deleted the ts/fix-converting-secret-scopes branch December 2, 2024 13:25
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.

2 participants