Skip to content

Commit

Permalink
Update ui-server chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Nov 23, 2021
1 parent 62b2390 commit 44cdc13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-ui-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table lists the configurable parameters of the `kubedb-ui-server`
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|
| nameOverride | Overrides name template | `""` |
| fullnameOverride | Overrides fullname template | `""` |
| replicaCount | Number of Identity Server replicas to create (only 1 is supported) | `1` |
| replicaCount | Number of UI Server replicas to create (only 1 is supported) | `1` |
| image.registry | Docker registry used to pull operator image | `kubedb` |
| image.repository | Name of operator container image | `kubedb-ui-server` |
| image.tag | Operator container image tag | `v0.0.1_linux_amd64` |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-ui-server/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To verify that Identity Server has started, run:
To verify that UI Server has started, run:

kubectl get deployment --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "kubedb-ui-server.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"
8 changes: 4 additions & 4 deletions charts/kubedb-ui-server/templates/user-roles.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeops:identity:admin
name: kubedb:ui:viewer
labels:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
Expand All @@ -11,7 +11,7 @@ metadata:
"helm.sh/hook-delete-policy": before-hook-creation
rules:
- apiGroups:
- identity.k8s.appscode.com
- ui.kubedb.com
resources:
- whoamis
verbs: ["create"]
- "*"
verbs: ["get", "list"]
2 changes: 1 addition & 1 deletion charts/kubedb-ui-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
nameOverride: ""
# Overrides fullname template
fullnameOverride: ""
# Number of Identity Server replicas to create (only 1 is supported)
# Number of UI Server replicas to create (only 1 is supported)
replicaCount: 1
image:
# Docker registry used to pull operator image
Expand Down

0 comments on commit 44cdc13

Please sign in to comment.