Skip to content

Commit

Permalink
Fix compatability test conversion due to updated helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstucki committed Sep 11, 2024
1 parent 9454892 commit c43ef96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/go/k8s/api/redpanda/v1alpha2/redpanda_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ func TestHelmValuesCompat(t *testing.T) {
return ptr.To(time.Duration(*dur).String())
}).AsAny(),
},
reflect.TypeFor[redpanda.PartialBootstrapUser](): {
"Password": rapid.Just[any](nil), // This field is intentionally not documented or added to the CRD
},
},
}

Expand Down

0 comments on commit c43ef96

Please sign in to comment.