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 k8s permissions check error with rollout #358

Merged

Conversation

linkous8
Copy link
Contributor

@linkous8 linkous8 commented Nov 3, 2021

  • Replace list.append with list.extend

- Replace list.append with list.extend
@linear
Copy link

linear bot commented Nov 3, 2021

ENG-566 Servox kubernetes connector permissions check fails if configured for rollouts

Check fails with attribute error resources is not an attribute of List. The issue is I need to use the extend method instead of the append method in the check here:

required_permissions.append(ROLLOUT_PERMISSIONS)

@linkous8 linkous8 merged commit 53befe8 into main Nov 4, 2021
@linkous8 linkous8 deleted the fred/eng-566-servox-kubernetes-connector-permissions branch November 4, 2021 17:33
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.

2 participants