You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pkg/scaffold/olm-catalog: CSV directory and file versioning
* commands/.../olm-catalog: `--from-version` to specify which existing CSV to use as a base for the new CSV with version `--csv-version`; `--update-crds` to direct the SDK to copy CRD's from `deploy/crds` when creating a new CSV or updating an existing CSV
The scorecard supports the use of a config file instead of or in addition to flags for configuration. By default, the scorecard will look
42
42
for a file called `.osdk-scorecard` with either a `.yaml`, `.json`, or `.toml` file extension. You can also
43
43
specify a different config file with the `--config` flag. The configuration options in the config file match the flags.
44
-
For instance, for the flags `--cr-manifest "deploy/crds/cache_v1alpha1_memcached_cr.yaml" --init-timeout 60 --csv-path "deploy/memcachedoperator.0.0.2.csv.yaml"`, the corresponding yaml config file would contain:
44
+
For instance, for the flags `--cr-manifest "deploy/crds/cache_v1alpha1_memcached_cr.yaml" --init-timeout 60 --csv-path "deploy/olm-catalog/memcached-operator/0.0.2/memcached-operator.v0.0.2.clusterserviceversion.yaml"`, the corresponding yaml config file would contain:
0 commit comments