Skip to content

Commit ae77a57

Browse files
Jamstahbenluddy
authored andcommitted
Add ConsoleYamlSamples to the supported resources
operator-framework/operator-lifecycle-manager#1615 Upstream-repository: operator-registry Upstream-commit: 2c2dec85b09ae30ddfbdfb81b69b84e82796d977
1 parent 412b487 commit ae77a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

staging/operator-registry/pkg/lib/bundle/supported_resources.go

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const (
1616
PodDisruptionBudgetKind = "PodDisruptionBudget"
1717
PriorityClassKind = "PriorityClass"
1818
VerticalPodAutoscalerKind = "VerticalPodAutoscaler"
19+
ConsoleYamlSampleKind = "ConsoleYamlSample"
1920
)
2021

2122
// Namespaced indicates whether the resource is namespace scoped (true) or cluster-scoped (false).
@@ -39,6 +40,7 @@ var supportedResources = map[string]Namespaced{
3940
PodDisruptionBudgetKind: true,
4041
PriorityClassKind: false,
4142
VerticalPodAutoscalerKind: false,
43+
ConsoleYamlSampleKind: false,
4244
}
4345

4446
// IsSupported checks if the object kind is OLM-supported and if it is namespaced

0 commit comments

Comments
 (0)