We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be76a3 commit 51a1416Copy full SHA for 51a1416
api/v2beta1/helmrelease_types.go
@@ -123,7 +123,7 @@ type HelmReleaseSpec struct {
123
// Timeout is the time to wait for any individual Kubernetes operation (like Jobs
124
// for hooks) during the performance of a Helm action. Defaults to '5m0s'.
125
// +kubebuilder:validation:Type=string
126
- // +kubebuilder:validation:Pattern="^([0-9]+(\\.[0-9]+)?(ms|s|m))+$"
+ // +kubebuilder:validation:Pattern="^([0-9]+(\\.[0-9]+)?(ms|s|m|h))+$"
127
// +optional
128
Timeout *metav1.Duration `json:"timeout,omitempty"`
129
0 commit comments