Skip to content

Commit 97554c7

Browse files
Merge pull request operator-framework#432 from Jamstah/AddConsoleYamlSamples
Add ConsoleYamlSamples to the supported resources
2 parents 36dc231 + 2c2dec8 commit 97554c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/lib/bundle/supported_resources.go

Lines changed: 2 additions & 0 deletions
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)