diff --git a/concepts/components/secrets.md b/concepts/components/secrets.md index 0f2f00f95..07cb8a612 100644 --- a/concepts/components/secrets.md +++ b/concepts/components/secrets.md @@ -70,4 +70,10 @@ spec: key: connectionString ``` +Finally, apply the component to the Kubernetes cluster: + +``` +kubectl apply -f ./eventhubs.yaml +``` + All done!