Skip to content

Commit

Permalink
sorting
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
  • Loading branch information
litaocdl committed Dec 4, 2024
1 parent bc719e6 commit 6e7a342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/edb-postgres-distributed-for-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ EDB Postgres Distributed for Kubernetes Helm Chart
| podLabels | object | `{}` | Labels to be added to the pod |
| podSecurityContext | object | `{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | Security Context for the whole pod |
| priorityClassName | string | `""` | Priority indicates the importance of a Pod relative to other Pods. |
| rbac.create | bool | `true` | Specifies whether ClusterRole, ClusterRoleBinding, RoleBinding and Role should be created |
| rbac.aggregateClusterRoles | bool | `false` | Aggregate ClusterRoles to Kubernetes default user-facing roles. Ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles |
| rbac.create | bool | `true` | Specifies whether ClusterRole, ClusterRoleBinding, RoleBinding and Role should be created |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| service.name | string | `"pgd-operator-webhook-service"` | DO NOT CHANGE THE SERVICE NAME as it is currently used to generate the certificate and can not be configured |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@
"rbac": {
"type": "object",
"properties": {
"create": {
"aggregateClusterRoles": {
"type": "boolean"
},
"aggregateClusterRoles": {
"create": {
"type": "boolean"
}
}
Expand Down

0 comments on commit 6e7a342

Please sign in to comment.