Fix kubectl command to apply the correct yaml file (#762)

This commit is contained in:
Adam J Wolf 2020-08-21 11:05:09 -05:00 committed by GitHub
parent b5c222e59b
commit 2fd7fe01b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: To apply the SNS/SQS component to Kubernetes, use the `kubectl` command:
``` ```
kubectl apply -f kafka.yaml kubectl apply -f snssqs.yaml
``` ```
### Running locally ### Running locally