From 6b0f38ebf1782cfa7944809caf4085d86d58c204 Mon Sep 17 00:00:00 2001 From: Thomas Gardner Date: Fri, 17 May 2024 21:52:12 +0100 Subject: [PATCH] Update README.md These are the changes I've made locally to get the instructions running :) Signed-off-by: Thomas Gardner --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 464b953..309ccb0 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ spec: # Additional labels to apply to the host other than the defaults set in the operator hostLabels: some-label: value + # The address to connect to nats + natsAddress: nats://nats-cluster.default.svc.cluster.local # Which wasmCloud version to use version: 1.0.2 # The name of a secret in the same namespace that provides the required secrets. - secretName: cluster-secrets + secretName: my-wasmcloud-cluster # Enable the following to run the wasmCloud hosts as a DaemonSet #daemonset: true # The name of the image pull secret to use with wasmCloud hosts so that they