Skip to content

Commit 6e42b5f

Browse files
committed
Fix url in declarative kubectl
1 parent db6506f commit 6e42b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/tools/kubectl/object-management-using-declarative-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Update the `simple_deployment.yaml` configuration file to change the image from
242242
Apply the changes made to the configuration file:
243243

244244
```shell
245-
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/updated_deployment.yaml
245+
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/update_deployment.yaml
246246
```
247247

248248
Print the live configuration using `kubectl get`:

0 commit comments

Comments
 (0)