Skip to content

Commit

Permalink
Document that server-side apply is necessary for the CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Beck <[email protected]>
  • Loading branch information
Kidswiss committed Jul 23, 2024
1 parent 2db912f commit 4468d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8up/README.gotmpl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```bash
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-{{ template "chart.version" . }}/k8up-crd.yaml
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-{{ template "chart.version" . }}/k8up-crd.yaml --server-side
```

<!---
Expand Down
2 changes: 1 addition & 1 deletion charts/k8up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helm repo add k8up-io https://k8up-io.github.io/k8up
helm install k8up k8up-io/k8up
```
```bash
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.0/k8up-crd.yaml
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.0/k8up-crd.yaml --server-side
```

<!---
Expand Down

0 comments on commit 4468d25

Please sign in to comment.