Skip to content

Commit

Permalink
Update: prefix CR with razee to avoid conflict in openshift (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alewitt2 authored Aug 4, 2020
1 parent bf4d752 commit dafda6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ from scratch, you must first delete these resources:
- ClusterRoleBinding: `razeedeploy-rb`
- Watch-Keeper Config: (only when installing watch-keeper)
- ServiceAccount: `watch-keeper-sa`
- ClusterRole: `cluster-reader`
- ClusterRole: `razee-cluster-reader`
- ClusterRoleBinding: `watch-keeper-rb`
- ConfigMap: `watch-keeper-config`
- ConfigMap: `razee-identity`
Expand Down
4 changes: 2 additions & 2 deletions src/resources/wkConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cluster-reader
name: razee-cluster-reader
labels:
app: watch-keeper
rules:
Expand All @@ -46,7 +46,7 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-reader
name: razee-cluster-reader
subjects:
- kind: ServiceAccount
name: watch-keeper-sa
Expand Down

0 comments on commit dafda6c

Please sign in to comment.