konveyor/operator

Install windup addon.

Closed this issue · 1 comments

The operator needs to install the windup addon. This includes:

The windup CR in the tackle namespace.

---
kind: Addon
apiVersion: tackle.konveyor.io/v1alpha1
metadata:
  name: windup
spec:
  image: quay.io/konveyor/tackle2-addon-windup.
  mounts:
  - claim: m2
    name: m2

The claim is RWX and can follow the same pattern as buckets. The same initial size is fine for now. We can properly adjust the default before GA.

Related to: #13

Closed , resolved via #15