Skip to content

Commit

Permalink
Update apis/release/v1beta1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
schroeder-paul and turkenh authored May 10, 2023
1 parent 11c1157 commit 7730098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/release/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type SetVal struct {

// ValuesSpec defines the Helm value overrides spec for a Release
type ValuesSpec struct {
// Values literals (precedence order: Values < ValuesFrom < Set)
// Values literals (precedence order: ValuesFrom < Values < Set)
// +kubebuilder:pruning:PreserveUnknownFields
Values runtime.RawExtension `json:"values,omitempty"`
// ValuesFrom will be merged to values in order (later ones win, overall precedence order: Values < ValuesFrom < Set)
Expand Down

0 comments on commit 7730098

Please sign in to comment.