From 884eb1248dbaaddf7b778d32ec85c41f873c92ef Mon Sep 17 00:00:00 2001 From: pritamdas99 Date: Mon, 6 May 2024 18:36:03 +0600 Subject: [PATCH] Fix level weights. Signed-off-by: pritamdas99 --- docs/guides/solr/README.md | 2 +- docs/guides/solr/concepts/solr.md | 7 +++---- docs/guides/solr/concepts/{catalog.md => solrversion.md} | 0 3 files changed, 4 insertions(+), 5 deletions(-) rename docs/guides/solr/concepts/{catalog.md => solrversion.md} (100%) diff --git a/docs/guides/solr/README.md b/docs/guides/solr/README.md index ddbc90a713..b451683ba1 100644 --- a/docs/guides/solr/README.md +++ b/docs/guides/solr/README.md @@ -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/ diff --git a/docs/guides/solr/concepts/solr.md b/docs/guides/solr/concepts/solr.md index 66ea93dd55..431b3b3dd2 100644 --- a/docs/guides/solr/concepts/solr.md +++ b/docs/guides/solr/concepts/solr.md @@ -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` @@ -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 @@ -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 diff --git a/docs/guides/solr/concepts/catalog.md b/docs/guides/solr/concepts/solrversion.md similarity index 100% rename from docs/guides/solr/concepts/catalog.md rename to docs/guides/solr/concepts/solrversion.md