Skip to content

Commit

Permalink
Fix level weights.
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed May 6, 2024
1 parent 17b7fd5 commit 884eb12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/solr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menu:
identifier: sl-readme-solr
name: Solr
parent: sl-solr-guides
weight: 10
weight: 8
menu_name: docs_{{ .version }}
section_menu_id: guides
url: /docs/{{ .version }}/guides/solr/
Expand Down
7 changes: 3 additions & 4 deletions docs/guides/solr/concepts/solr.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
### spec.version
`spec.version` is a required field specifying the name of the [SolrVersion](/docs/guides/solr/concepts/catalog.md) crd where the docker images are specified. Currently, when you install KubeDB, it creates the following `SolrVersion` crds,
`spec.version` is a required field specifying the name of the [SolrVersion](/docs/guides/solr/concepts/solrversion) crd where the docker images are specified. Currently, when you install KubeDB, it creates the following `SolrVersion` crds,

- `8.11.2`
- `9.4.1`
Expand Down Expand Up @@ -199,10 +199,9 @@ KubeDB accept following fields to set in `spec.podTemplate:`
- controller:
- annotations (statefulset's annotation)
- spec:
- args
- env
- resources
- initContainers
- containers
- imagePullSecrets
- nodeSelector
- affinity
Expand All @@ -216,7 +215,7 @@ KubeDB accept following fields to set in `spec.podTemplate:`
- readinessProbe
- lifecycle

You can check out the full list [here](https://github.com/kmodules/offshoot-api/blob/ea366935d5bad69d7643906c7556923271592513/api/v1/types.go#L42-L259).
You can check out the full list [here](https://github.com/kmodules/offshoot-api/blob/39bf8b2/api/v2/types.go#L44-L279).
Uses of some field of `spec.podTemplate` is described below,

#### spec.podTemplate.spec.args
Expand Down
File renamed without changes.

0 comments on commit 884eb12

Please sign in to comment.