Merge pull request #286 from rancher/fix-oci-helmop-chart-mention

Remove empty chart field from OCI HelmOps chart example
This commit is contained in:
Mario Manno 2025-07-07 11:23:19 +02:00 committed by GitHub
commit 93a168240b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
```