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: Role isnt respecting namespaceOverride #152

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

peschmae
Copy link
Contributor

@peschmae peschmae commented Feb 25, 2025

Overview

In #144 I've added the namespace to all resourced, and implement a namespaceOverride. During refactoring I've missed the Role and it's now always created in the .Release.Namespace.

What this PR does / why we need it

Fixes #151

Additionally the NOTES.txt now also uses the dex.namespace helper, to ensure it shows the proper namespace in the message after installing/upgrading the chart

Checklist

  • Change log updated in Chart.yaml (see the contributing guide for details)
  • Chart version bumped in Chart.yaml (see the contributing guide for details)
  • Documentation regenerated by running make docs

@peschmae peschmae force-pushed the fix/missed-namepsace branch from 5eefff3 to e076777 Compare February 25, 2025 09:20
@peschmae peschmae force-pushed the fix/missed-namepsace branch from 5722141 to ebfead7 Compare February 25, 2025 09:24
Copy link
Member

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

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

Thanks!

@sagikazarmark sagikazarmark merged commit 82a0b25 into dexidp:master Feb 25, 2025
10 checks passed
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.

Dex fails to start w/ RBAC error when namespaceOverride value is set
2 participants