mirror of https://github.com/dapr/docs.git
Fix kubectl command to apply the correct yaml file (#762)
This commit is contained in:
parent
b5c222e59b
commit
2fd7fe01b6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue