Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.

Helm chart broken (v1 vs v1alpha1 and RBAC) #135

@prydie

Description

@prydie

Currently, we don't version the mysql-operator helm chart so the chart from master is used to install the operator independent of the version of the operator being installed. The change of API version to v1alpha1 means that the helm chart on master is incompatible with the latest release (and will be for all 0.1.x).

We should dispatch on the version in the CRD template and if it matches 0.1.x use the old CRD definitions with API version v1 and the MySQL prefixed Kinds.

Additionally v0.1.x requires read on ConfigMaps in the RBAC template.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions