diff --git a/deploy/crds/shipwright.io_buildruns.yaml b/deploy/crds/shipwright.io_buildruns.yaml index 0e3cb6f029..01be3be48e 100644 --- a/deploy/crds/shipwright.io_buildruns.yaml +++ b/deploy/crds/shipwright.io_buildruns.yaml @@ -261,20 +261,6 @@ spec: TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object - flavor: - description: Flavor of the git provider like github, gitlab, - bitbucket, generic, etc. Optional. - type: string - httpProxy: - description: HTTPProxy is optional. - type: string - httpsProxy: - description: HTTPSProxy is optional. - type: string - noProxy: - description: NoProxy can be used to specify domains for which - no proxying should be performed. Optional. - type: string revision: description: Ref is a git reference. Optional. If not defined, it will fallback to the git repository default branch. diff --git a/deploy/crds/shipwright.io_builds.yaml b/deploy/crds/shipwright.io_builds.yaml index 5df9053003..c1df11ddd3 100644 --- a/deploy/crds/shipwright.io_builds.yaml +++ b/deploy/crds/shipwright.io_builds.yaml @@ -202,20 +202,6 @@ spec: TODO: Add other useful fields. apiVersion, kind, uid?' type: string type: object - flavor: - description: Flavor of the git provider like github, gitlab, bitbucket, - generic, etc. Optional. - type: string - httpProxy: - description: HTTPProxy is optional. - type: string - httpsProxy: - description: HTTPSProxy is optional. - type: string - noProxy: - description: NoProxy can be used to specify domains for which - no proxying should be performed. Optional. - type: string revision: description: Ref is a git reference. Optional. If not defined, it will fallback to the git repository default branch.