Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Add namespace warnings to README and rbac.yaml #57

Merged
merged 1 commit into from
Feb 16, 2020
Merged
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: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Usage

Deploy the janitor into your cluster via (also works with Minikube_):

Warning: if you want to deploy janitor to namespace other than ``default``, you need to edit ``/deploy/common/rbac.yaml`` first.

.. code-block:: bash

$ kubectl apply -f deploy/common/
Expand Down
1 change: 1 addition & 0 deletions deploy/common/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: kube-janitor
# change the namespace name below if you want to deploy to a different namespace
namespace: default