Skip to content

Commit

Permalink
KubeVirt: update migration guide to 2.22 and switch to instancetype
Browse files Browse the repository at this point in the history
Signed-off-by: Helene Durand <[email protected]>
  • Loading branch information
Helene Durand committed Nov 29, 2022
1 parent b1f2357 commit 8d0e64b
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ HelmValues configure inputs to `helm upgrade --install` command analog.
| Field | Description | Scheme | Required |
| ----- | ----------- | ------ | -------- |
| valuesFile | ValuesFile is an optional path on the local file system containing helm values to override. An analog of --values flag of the `helm upgrade` command. | string | false |
| inline | Inline is optionally used as a convinient way to provide short user input overrides to the helm upgrade process. Is written to a temporary file and used as an analog of the `helm upgrade --values=/tmp/inline-helm-values-XXX` command. | [json.RawMessage](https://golang.org/pkg/encoding/json/#RawMessage) | false |
| inline | Inline is optionally used as a convenient way to provide short user input overrides to the helm upgrade process. Is written to a temporary file and used as an analog of the `helm upgrade --values=/tmp/inline-helm-values-XXX` command. | [json.RawMessage](https://golang.org/pkg/encoding/json/#RawMessage) | false |

[Back to Group](#v1beta2)

Expand Down
Loading

0 comments on commit 8d0e64b

Please sign in to comment.