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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/incubator/f5-bigip-ctlr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: f5-bigip-ctlr-clusterrolebinding
namespace: kube-system
labels:
app: {{ template "f5-bigip-ctlr.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
Expand All @@ -15,4 +14,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: f5-bigip-ctlr-serviceaccount
namespace: kube-system
namespace: {{ .Values.namespace }}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: f5-bigip-ctlr-serviceaccount
namespace: kube-system
namespace: {{ .Values.namespace }}
labels:
app: {{ template "f5-bigip-ctlr.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
heritage: {{ .Release.Service }}