Skip to content

Commit

Permalink
docs(kubernetes.md): generalize namespace in kubectl command example
Browse files Browse the repository at this point in the history
The kubectl command example in the documentation has been updated to use a placeholder for the namespace (`<namespace>`) instead of a specific namespace (`cb-core`). This change makes the documentation more generic and useful for users who need to apply the command to different namespaces.
  • Loading branch information
mabdullahabid committed May 9, 2024
1 parent 580030a commit ec073f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Lens is an IDE built specifically for Kubernetes that lets you connect to cluste

### Restart all deployments

kubectl rollout restart deployment -n cb-core
kubectl rollout restart deployment -n <namespace>

0 comments on commit ec073f9

Please sign in to comment.