We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add this to the wizard:
oc policy add-role-to-user edit "system:serviceaccount:${TILLER_NAMESPACE}:tiller"
The text was updated successfully, but these errors were encountered:
I have added a warning:
echo WARNING is will fail unless you have run: oc policy add-role-to-user edit "system:serviceaccount:${TILLER_NAMESPACE}:tiller"
there should be some logic to check if the role isn't there and if it isn't then add it.
Sorry, something went wrong.
The command oc describe rolebinding.rbac -n $(oc project --short) dumps out a lot including:
oc describe rolebinding.rbac -n $(oc project --short)
Name: edit Labels: <none> Annotations: <none> Role: Kind: ClusterRole Name: edit Subjects: Kind Name Namespace ---- ---- --------- ServiceAccount tiller your-eng
The sections seem to be blank line delimiter.
matching blank lines is a pain awk might be the thing https://stackoverflow.com/a/922522/329496
simbo1905
No branches or pull requests
Add this to the wizard:
oc policy add-role-to-user edit "system:serviceaccount:${TILLER_NAMESPACE}:tiller"
The text was updated successfully, but these errors were encountered: