Skip to content

Commit

Permalink
Merge pull request #44 from joonas/chore/improve-readme-syntax-highli…
Browse files Browse the repository at this point in the history
…ghting

chore: Update image customization examples to include YAML syntax higlighting
  • Loading branch information
joonas committed Jul 1, 2024
2 parents 845f788 + 43d087f commit e7a5e9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -75,7 +76,8 @@ spec:
```
For the NATS leaf, use the `natsImageLeaf` field:
```

```yaml
apiVersion: k8s.wasmcloud.dev/v1alpha1
kind: WasmCloudHostConfig
metadata:
Expand Down

0 comments on commit e7a5e9d

Please sign in to comment.