Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fixed rollback.timeout type definition in CRD #2251

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chart/flux/templates/helm-operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ spec:
disableHooks:
type: boolean
timeout:
type: int64
type: integer
format: int64
wait:
type: boolean
valueFileSecrets:
Expand Down
3 changes: 2 additions & 1 deletion deploy-helm/flux-helm-release-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ spec:
disableHooks:
type: boolean
timeout:
type: int64
type: integer
format: int64
wait:
type: boolean
valueFileSecrets:
Expand Down