From 43d087f1adfc09558c1baef02f74ca73112230c9 Mon Sep 17 00:00:00 2001 From: Joonas Bergius Date: Wed, 12 Jun 2024 15:11:46 -0500 Subject: [PATCH] chore: Update image customization examples to include YAML syntax highlighting Signed-off-by: Joonas Bergius --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d55f32b..43df716 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ secrets are missing! If you would like to customize the registry or image that gets used to provision the wasmCloud hosts and the NATS leaf that runs alongside them, you can specify the following options in the above `WasmCloudHostConfig` CRD. For wasmCloud Host, use the `image` field: -``` + +```yaml apiVersion: k8s.wasmcloud.dev/v1alpha1 kind: WasmCloudHostConfig metadata: @@ -75,7 +76,8 @@ spec: ``` For the NATS leaf, use the `natsImageLeaf` field: -``` + +```yaml apiVersion: k8s.wasmcloud.dev/v1alpha1 kind: WasmCloudHostConfig metadata: