Skip to content

Commit

Permalink
fix: kubectl annotate command
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Oct 30, 2024
1 parent c115f74 commit 0dd199e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ spec:
...
# To annotate all resources in a namespace
kubectl annotate namespace my-namespace instrumentation.opentelemetry.io/inject-${idSelected}: "${namespace}/elastic-instrumentation"
kubectl annotate namespace my-namespace instrumentation.opentelemetry.io/inject-${idSelected}="${namespace}/elastic-instrumentation"
# Restart your deployment
kubectl rollout restart deployment myapp -n my-namespace
Expand Down

0 comments on commit 0dd199e

Please sign in to comment.