redhat-cop / gitops-catalog

Tools and technologies that are hosted on an OpenShift cluster
Apache License 2.0
317 stars 157 forks source link

Change env value from boolean to string #327

Closed bemarek closed 2 months ago

bemarek commented 3 months ago

This is because of the following error while applying an overlay with disable-default-instance component:

The Subscription "openshift-gitops-operator" is invalid: spec.config.env[0].value: Invalid value: "boolean": spec.config.env[0].value in body must be of type string: "boolean"

pittar commented 2 months ago

LTGM. Thanks.