You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix RBAC Role and Service Account names in build-controller-release.sh script. (#279)
Issue #, if available:
Description of changes:
6da05cd introduced a small bug in the RBAC and Service Account names
generation. This patch reverts that specific change.
`SERVICE` variable name is declared in line 116, hence `K8S_RBAC_ROLE_NAME` and
`ACK_GENERATE_SERVICE_ACCOUNT_NAME` should be declared after.
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.
0 commit comments