We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6945742 commit 1688965Copy full SHA for 1688965
deploy/chart/templates/0000_50_olm_17-upstream-operators.catalogsource.yaml
@@ -0,0 +1,14 @@
1
+#! validate-crd: ./deploy/chart/templates/05-catalogsource.crd.yaml
2
+#! parse-kind: CatalogSource
3
+{{ if (.Values.installType) and eq .Values.installType "upstream" }}
4
+apiVersion: operators.coreos.com/v1alpha1
5
+kind: CatalogSource
6
+metadata:
7
+ name: operatorhubio-catalog
8
+ namespace: {{ .Values.catalog_namespace }}
9
+spec:
10
+ sourceType: grpc
11
+ image: quay.io/operator-framework/upstream-community-operators:latest
12
+ displayName: Community Operators
13
+ publisher: OperatorHub.io
14
+{{ end }}
0 commit comments