We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In helm chart both tenant CRD https://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/charts/capsule/crds/tenant-crd.yaml#L17-L20) and capsuleConfiguration CRD https://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/charts/capsule/crds/capsuleconfiguration-crd.yaml#L18-L21
tenant
capsuleConfiguration
specifies v1beta2 in conversionReviewVersions.
v1beta2
conversionReviewVersions
But in tlsReconciler this version is missing:
tlsReconciler
https://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/controllers/tls/manager.go#L243
The text was updated successfully, but these errors were encountered:
MaxFedotov
Successfully merging a pull request may close this issue.
Bug description
In helm chart both
tenant
CRDhttps://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/charts/capsule/crds/tenant-crd.yaml#L17-L20)
and
capsuleConfiguration
CRDhttps://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/charts/capsule/crds/capsuleconfiguration-crd.yaml#L18-L21
specifies
v1beta2
inconversionReviewVersions
.But in
tlsReconciler
this version is missing:https://github.com/clastix/capsule/blob/953cfdc172dd1dd93646dd8609cda61071c8528a/controllers/tls/manager.go#L243
The text was updated successfully, but these errors were encountered: