Skip to content

v0.10.5

Choose a tag to compare

@kevinrizza kevinrizza released this 04 Aug 18:45
· 217 commits to master since this release
0fe04f8
Validate SA names do not match csv deployment spec (#144)

OLM is unable to properly handle the case where a bundle author
explicitly adds a hardcoded reference to a service account with a name
that matches the name of the service account defined by the deployment
spec in the CSV. This commit adds a validation method to ensure that the
name of the service account in a bundle does not match
deployment.Spec.Template.Spec.ServiceAccountName in the csv's spec