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

Use specified namespace in RBAC #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rendhalver
Copy link

The current code doesn't use the specified namespace in the RBAC resources.
So everything is deployed into kube-system.
This allows us to deploy the workload and RBAC into a different namespace.

The current code doesn't use the specified namespace in the RBAC resources.
So everything is deployed into kube-system.
This allows us to deploy the workload and RBAC into a different namespace.
@techguydave
Copy link

Just checking on the status of this PR. I ran into the issue as well and can confirm that this PR fixes it.

@@ -1,4 +1,4 @@
apiVersion: v1
description: Deploy the F5 Networks BIG-IP Controller for Kubernetes and OpenShift (k8s-bigip-ctlr).
name: f5-bigip-ctlr
version: 0.0.4
version: 0.0.5

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version should be updated to 0.0.7, as the current version is 0.0.6.

Suggested change
version: 0.0.5
version: 0.0.7

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.

None yet

2 participants