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 v0.4.19 chart Cluster Role definitions cause conflicting resources #1266

Open
jeroenrinzema opened this issue May 3, 2024 · 0 comments

Comments

@jeroenrinzema
Copy link

jeroenrinzema commented May 3, 2024

What happened?

Changes introduced in v0.4.19 are causing ClusterRole resources to conflict when Redpanda cluster are created using the same name. In addition does this change require the runner deploying the HELM charts to be granted ClusterRole rights in order to deploy a Redpanda cluster in a isolated namespace. This is currently affecting our deployment pipelines and are forced to downgrade to v0.4.18 due to the ClusterRoles that are attempted to be created without the ability to disable these resources.

What did you expect to happen?

The ability to disable the creation of all Cluster wide resources while deploying the Redpanda operator within a isolated namespace as previously possible in v0.4.18. b20d91e

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

redpanda:
  enabled: false
  scope: Namespace
  fullnameOverride: redpanda-operator
  image:
    tag: v2.1.16-23.3.11
  config:
    leaderElection:
      leaderElect: false

Anything else we need to know?

No response

Which are the affected charts?

Operator

Chart Version(s)

v0.4.21

Cloud provider

Azure AKS

JIRA Link: K8S-183

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