Skip to content

Commit

Permalink
Fix podOverride not being persisted on etcd (#1045)
Browse files Browse the repository at this point in the history
podOverride field was not being persisted because
of data type mismatch in the CRD. Thid PR resolves
that by adding perserveUnknownfields in the CRD.
  • Loading branch information
viveksinghggits committed Jul 2, 2021
1 parent 7741188 commit 404c7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/customresource/actionset-crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ spec:
type: object
podOverride:
type: object
x-kubernetes-preserve-unknown-fields: true
description: PodOverride is used to specify pod specs that will
override the default pod specs
preferredVersion:
Expand Down

0 comments on commit 404c7fb

Please sign in to comment.