Skip to content

Commit

Permalink
added readme add fixed issue by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KyriosGN0 committed Mar 12, 2024
1 parent 4ba8863 commit 087b91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/psmdb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ The chart can be customized using the following configurable parameters:
| `tolerations` | List of node taints to tolerate | `[]` |
| `annotations` | PSMDB Operator Deployment annotations | `{}` |
| `podAnnotations` | PSMDB Operator Pod annotations | `{}` |
| `labels` | PSMDB Operator Deployment labels | `{}` |
| `podlabels` | PSMDB Operator Pod labels | `{}` |
| `resources` | Resource requests and limits | `{}` |
| `nodeSelector` | Labels for Pod assignment | `{}` |
| `podAnnotations` | Annotations for pod | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/psmdb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ podAnnotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "8080"

#labels to the operator pod
# labels to the operator pod
podLabels: {}

podSecurityContext: {}
Expand Down

0 comments on commit 087b91a

Please sign in to comment.