-
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-applicationset): Fix leader election rbac #674
Conversation
Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com>
Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com>
/assign @jgwest The resulting RBAC is different from the one in https://github.com/argoproj-labs/applicationset/blob/master/manifests/install.yaml |
I will try again with a fresh install with kind and I will get back to you.
…On Wed, Apr 14, 2021, 14:50 Jonathan West ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In charts/argo-applicationset/ci/default-values.yaml
<#674 (comment)>:
> + # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+ # limits:
+ # cpu: 100m
+ # memory: 128Mi
+ # requests:
+ # cpu: 100m
+ # memory: 128Mi
+
+nodeSelector: {}
+
+tolerations: []
+
+affinity: {}
+
+# An empty argocd installation doesn't have any of those volumes
+mountSSHKnownHostsVolume: false
An empty argocd installation doesn't have any of those volumes
Is this true? The applicationset 'install with argo yaml'
<https://github.com/argoproj-labs/applicationset/blob/8100e6bf539029a39ebeb9d8094fc3885afa36d7/manifests/install-with-argo-cd.yaml#L3876>
and the Argo CD version install yaml
<https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml>
definitely contain these values.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#674 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEZHCDPAZUM7VSAVDYTA7LTIWFQPANCNFSM424257CQ>
.
|
Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com>
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.
LGTM, thanks @maruina!
Sure, that would be great. |
* fix(argo-applicationset): Fix leader election rbac * fix(argo-applicationset): Add tests * Use defaults volume mount flags Signed-off-by: Matteo Ruina <matteo.ruina@gmail.com>
Signed-off-by: Matteo Ruina matteo.ruina@gmail.comNote on DCO:
ct
ct
output at https://gist.github.com/maruina/4834393a87458127209fe66fa83fabebChecklist:
Chart.yaml
following Semantic Versioning.Changes are automatically published when merged to
master
. They are not published on branches.