Skip to content

Commit

Permalink
Merge pull request #987 from k8up-io/fix/server-side-apply
Browse files Browse the repository at this point in the history
Document that server-side apply is necessary for the CRDs
  • Loading branch information
Kidswiss authored Jul 24, 2024
2 parents 2db912f + 4468d25 commit 1426f00
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 1426f00

Please sign in to comment.