Remove empty chart field from OCI HelmOps chart example

The comment specifying that the `chart` field could be omitted when
referencing an OCI chart might mislead readers into thinking that
non-empty values would still be allowed.
This commit is contained in:
Corentin Néau 2025-07-03 16:04:52 +02:00
parent 3b93de4066
commit bc98bb1361
No known key found for this signature in database
GPG Key ID: 4E10825BFE040608
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ In this case, Helm options would be similar to this:
```yaml
helm:
repo: oci://foo.bar/baz
chart: '' # can be omitted
version: '1.2.3' # optional
```