Skip to content

Commit bc25b93

Browse files
committed
slight edit to kustomize doc
1 parent 0eb5fee commit bc25b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/deploy/kubernetes/upgrade.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ To perform a multi-version upgrade via migrators [upgrade](/admin/updates/migrat
205205
```
206206

207207
5. **Generate and apply a new cluster.yaml file**:
208-
- Comment out the [multi-version-upgrade util](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/instances/template/kustomization.template.yaml#L155) in your cluster kustomization file (`instances/my-sourcegraph/kustomize.yaml`).
208+
1. Comment out the [multi-version-upgrade util](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/instances/template/kustomization.template.yaml#L155) in your cluster kustomization file (`instances/my-sourcegraph/kustomize.yaml`).
209209
```yaml
210210
# - ../../components/utils/uid # -- Run all Postgres database with valid users on host
211211
# - ../../components/utils/multi-version-upgrade # -- Scale down non-database pods to 0 for multi-version upgrade
212212
# - ../../components/utils/migrate-to-nonprivileged # -- Component for migrating from privileged to non-privileged
213213
```
214-
- Generate and apply a new cluster.yaml with the new images from Step 2.
214+
2. Generate and apply a new cluster.yaml with the new images from Step 2.
215215
```sh
216216
kubectl kustomize instances/my-sourcegraph -o cluster.yaml
217217
kubectl apply --prune -l deploy=sourcegraph -f cluster.yaml

0 commit comments

Comments
 (0)