Skip to content

Commit

Permalink
Merge pull request #2170 from zimnx/fix-documentation-apply
Browse files Browse the repository at this point in the history
Use server-side apply when deploying aggregated manifests
  • Loading branch information
scylla-operator-bot[bot] authored Oct 29, 2024
2 parents 67999de + f38391f commit d88ebf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cd scylla-operator
First deploy Cert Manager, you can either follow [upsteam instructions](https://cert-manager.io/docs/installation/kubernetes/) or use following command:

```console
kubectl apply -f examples/common/cert-manager.yaml
kubectl apply --server-side -f examples/common/cert-manager.yaml
```
This will install Cert Manager to provision a self-signed certificate.

Expand All @@ -56,7 +56,7 @@ kubectl -n cert-manager rollout status deployment.apps/cert-manager-webhook
Deploy the Scylla Operator using the following commands:

```console
kubectl apply -f deploy/operator.yaml
kubectl apply --server-side -f deploy/operator.yaml
```

This will install the operator in namespace `scylla-operator`.
Expand Down

0 comments on commit d88ebf1

Please sign in to comment.