Skip to content

Commit

Permalink
Update content/en/docs/tasks/manage-kubernetes-objects/update-api-obj…
Browse files Browse the repository at this point in the history
…ect-kubectl-patch.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
huikang and sftim authored Feb 11, 2022
1 parent b2fb174 commit cf2577c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Patch your Deployment:
{{< tabs name="kubectl_retainkeys_example" >}}
{{{< tab name="Bash" codelang="bash" >}}
kubectl patch deployment retainkeys-demo --patch "$(cat patch-file-no-retainkeys.yaml)"
kubectl patch deployment retainkeys-demo --type strategic --patch "$(cat patch-file-no-retainkeys.yaml)"
{{< /tab >}}
{{< tab name="PowerShell" codelang="posh" >}}
kubectl patch deployment retainkeys-demo --patch $(Get-Content patch-file-no-retainkeys.yaml -Raw)
Expand Down

0 comments on commit cf2577c

Please sign in to comment.