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

redpanda console config regression #1635

Open
kperreau opened this issue Jan 14, 2025 · 0 comments
Open

redpanda console config regression #1635

kperreau opened this issue Jan 14, 2025 · 0 comments

Comments

@kperreau
Copy link

kperreau commented Jan 14, 2025

What happened?

My previous config for redpanda console is not working anymore.

What did you expect to happen?

Works as before and as stated in the documentation.

How can we reproduce it (as minimally and precisely as possible)?. Please include values file.

My previous config:

console:
  secret:
    create: true
    kafka:
      protobufGitBasicAuthPassword: overwrite-by-external-secret
  config:
    kafka:
      protobuf:
        enabled: true
        mappings:
          - topicName: my-topic
            valueProtoType: package.Object
        git:
          enabled: true
          refreshInterval: 5m
          repository:
            url: https://github.com/my/repo.git
            branch: redpanda
          basicAuth:
            enabled: true
            username: token

New working config:

console:
  secret:
    create: true
    kafka:
      protobufGitBasicAuthPassword: overwrite-by-external-secret
  console:  # <----------------- notice the extra console: here
    config:
      kafka:
        protobuf:
          enabled: true
          mappings:
            - topicName: my-topic
              valueProtoType: package.Object
          git:
            enabled: true
            refreshInterval: 5m
            repository:
              url: https://github.com/my/repo.git
              branch: redpanda
            basicAuth:
              enabled: true
              username: token

Anything else we need to know?

As a reminder, the documentation provides this:
https://artifacthub.io/packages/helm/redpanda-data/redpanda?modal=values&path=console

# -- Redpanda Console settings.
# For a reference of configuration settings,
# see the [Redpanda Console documentation](https://docs.redpanda.com/docs/reference/console/config/).
console:
  enabled: true
  configmap:
    create: false
  secret:
    create: false
  deployment:
    create: false
  config: {}

If I am mistaken, you can close this issue. In any case, I was ultimately able to get the configuration to work. However, since it worked differently before and no mention of this change is documented, I thought it would be good to raise an issue just in case.

Which are the affected charts?

No response

Chart Version(s)

$ helm -n <redpanda-release-namespace> list 
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART           APP VERSION
redpanda        redpanda        16              2025-01-14 17:20:15.33898 +0100 CET     deployed        redpanda-5.9.18 v24.3.2    

Cloud provider

Bare metal microk8s

JIRA Link: K8S-481

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

No branches or pull requests

1 participant