-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 for the metric services #2090
fix role for the metric services #2090
Conversation
@camilamacedo86 I actually think we want to make this change here, so it applies to all generated roles. |
ea4512e
to
e33b88c
Compare
Hi @joelanford, Thank you for the good spot 👍 . All done now. Please, feel free to check. |
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 after addressing suggestion for the CHANGELOG line.
8a7afbc
to
6246d1a
Compare
/test e2e-aws-go |
/test e2e-aws-go |
/test e2e-aws-go |
/retest Please review the full test history for this PR and help us cut down flakes. |
/test e2e-aws-go |
Description of the change:
Add default role required for the services.
Motivation for the change:
#2088
Steps to verify it
Following the steps to make the review easier to be done.
operator-sdk new memcached-operator --api-version=cache.test.com/v1alpha1 --kind=Memcached --type=helm --helm-chart=stable/memcached
AntiAffinity: "hard"
forAntiAffinity: "soft"
in the values and CRcache.test.com_v1alpha1_memcached_crd.yaml
cmacedo/memcached-operator-fix
make install
cmacedo/memcached-operator-fix
was created as follows.