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: missing namespace on clusterrolebinding in install manifests #860

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

chengfang
Copy link
Collaborator

Fixes #859

PR #848 added a clusterrolebinding without specifying SA namespace to the install manifests, causing the installation to fail. This PR fixes the problem by adding a default SA namespace argocd to the clusterrolebinding, and also updates the docs with a reminder/warning for the need to change the namespace if necessary. Tested with installing both plain manifest and kustomization.

Copy link

@fletch3555 fletch3555 left a comment

Choose a reason for hiding this comment

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

lgtm!

@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.39%. Comparing base (79de6d5) to head (812bfd3).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #860      +/-   ##
==========================================
+ Coverage   73.50%   74.39%   +0.89%     
==========================================
  Files          31       31              
  Lines        3144     3144              
==========================================
+ Hits         2311     2339      +28     
+ Misses        695      669      -26     
+ Partials      138      136       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@ishitasequeira ishitasequeira left a comment

Choose a reason for hiding this comment

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

LGTM!!

Copy link
Contributor

@jannfis jannfis left a comment

Choose a reason for hiding this comment

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

warnings/notes must be indented properly

docs/install/installation.md Outdated Show resolved Hide resolved
docs/install/installation.md Outdated Show resolved Hide resolved
Copy link
Contributor

@jannfis jannfis left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@jannfis jannfis merged commit 89a261e into argoproj-labs:master Sep 11, 2024
10 checks passed
Tchoupinax pushed a commit to Tchoupinax/argocd-image-updater that referenced this pull request Oct 23, 2024
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.

Regression from #848, missing namespace on CRB
5 participants