From 867d0f15fb8abf9982d4d1e6797ba1d7c8cb0a1c Mon Sep 17 00:00:00 2001 From: Frank Ritchie <12985912+fritchie@users.noreply.github.com> Date: Fri, 28 May 2021 11:12:04 -0400 Subject: [PATCH] Use default as namespace in example For the example deploy default is probably a better choice for a namespace. --- deploy/kube-fencing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/kube-fencing.yaml b/deploy/kube-fencing.yaml index 11edb26..c93bb88 100644 --- a/deploy/kube-fencing.yaml +++ b/deploy/kube-fencing.yaml @@ -55,7 +55,7 @@ roleRef: subjects: - kind: ServiceAccount name: fencing-controller - namespace: linstor + namespace: default --- # Source: kube-fencing/templates/switcher-rbac.yaml kind: ClusterRoleBinding @@ -69,7 +69,7 @@ roleRef: subjects: - kind: ServiceAccount name: fencing-switcher - namespace: linstor + namespace: default --- # Source: kube-fencing/templates/controller-rbac.yaml kind: Role @@ -98,7 +98,7 @@ metadata: subjects: - kind: ServiceAccount name: fencing-controller - namespace: linstor + namespace: default roleRef: kind: Role name: fencing-controller