-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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(argo-cd): hard coded .selector.matchLabels #603
fix(argo-cd): hard coded .selector.matchLabels #603
Conversation
it fixes argoproj#602 Signed-off-by: abdennour <[email protected]>
7ce9ec1
to
d6df60b
Compare
error too many blank lines it fixes argoproj#602 Signed-off-by: abdennour <[email protected]>
it is related to argoproj#602 Signed-off-by: abdennour <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but needs the CODEOWNERS change removed.
CODEOWNERS
Outdated
@@ -4,7 +4,7 @@ | |||
/charts/argo @stefansedich @paguos @vladlosev @yann-soubeyrand | |||
|
|||
# Argo CD | |||
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand | |||
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand @abdennour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CODEOWNER
changes are done typically by one of the ArgoCD owners (such as #551). if you'd like to volunteer to be a contributor please give a shout in the #argo-helm Slack channel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but needs the CODEOWNERS change removed.
Done! I removed it.
@seanson @vladlosev kindly proceed
related to argoproj#603 argoproj#602 Signed-off-by: abdennour <[email protected]>
CODEOWNERS
Outdated
@@ -4,7 +4,7 @@ | |||
/charts/argo @stefansedich @paguos @vladlosev @yann-soubeyrand | |||
|
|||
# Argo CD | |||
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand @abdennour | |||
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seanson this is done as per reviewer's request
@seanson requested changes. And i applied these changes. |
Signed-off-by: Sean Johnson <[email protected]>
Looks good, thanks @abdennour! |
* fix(argo-cd): hard coded .selector.matchLabels it fixes argoproj#602 Signed-off-by: abdennour <[email protected]> * style(argo-cd): linting circle ci error too many blank lines it fixes argoproj#602 Signed-off-by: abdennour <[email protected]> * chore(argo-cd): adding myself to codeowners it is related to argoproj#602 Signed-off-by: abdennour <[email protected]> * chore(argo-cd): CODEOWNER work by invitation related to argoproj#603 argoproj#602 Signed-off-by: abdennour <[email protected]> * fix(argo-cd): Add info in README about labels Signed-off-by: Sean Johnson <[email protected]> Co-authored-by: Sean Johnson <[email protected]>
Welcome @seanson ! I want to give a TALK in ArgoCon. Could you please facilitate it ? |
it fixes #602
Checklist:
Chart.yaml
following Semantic Versioning.Changes are automatically published when merged to
master
. They are not published on branches.