Skip to content

Commit eea4261

Browse files
authored
cmd/.../scorecard: change namespaced-manifest flag (#1266)
1 parent 5e727c6 commit eea4261

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
- Updated the helm-operator to store release state in kubernetes secrets in the same namespace of the custom resource that defines the release. ([#1102](https://github.com/operator-framework/operator-sdk/pull/1102))
1010
- **WARNING**: Users with active CRs and releases who are upgrading their helm-based operator should not skip this version. Future versions will not seamlessly transition release state to the persistent backend, and will instead uninstall and reinstall all managed releases.
11+
- Change `namespace-manifest` flag in scorecard subcommand to `namespaced-manifest` to match other subcommands
1112

1213
### Deprecated
1314

cmd/operator-sdk/scorecard/scorecard.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555
BasicTestsOpt = "basic-tests"
5656
OLMTestsOpt = "olm-tests"
5757
TenantTestsOpt = "good-tenant-tests"
58-
NamespacedManifestOpt = "namespace-manifest"
58+
NamespacedManifestOpt = "namespaced-manifest"
5959
GlobalManifestOpt = "global-manifest"
6060
CRManifestOpt = "cr-manifest"
6161
ProxyImageOpt = "proxy-image"

0 commit comments

Comments
 (0)