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:
parent
3b93de4066
commit
bc98bb1361
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue