diff --git a/howto/setup-pub-sub-message-broker/setup-snssqs.md b/howto/setup-pub-sub-message-broker/setup-snssqs.md index f9679985d..a8ee4a12e 100644 --- a/howto/setup-pub-sub-message-broker/setup-snssqs.md +++ b/howto/setup-pub-sub-message-broker/setup-snssqs.md @@ -111,7 +111,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr To apply the SNS/SQS component to Kubernetes, use the `kubectl` command: ``` -kubectl apply -f kafka.yaml +kubectl apply -f snssqs.yaml ``` ### Running locally