-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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. |
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.
/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.