Skip to content

Commit df4fb97

Browse files
authored
openshift bundles 23.4 (#43)
1 parent 8492a2e commit df4fb97

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

olm/build-catalog.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ setup() {
4343
}
4444

4545
prerequisites() {
46-
echo "Deploy custom product scc..."
47-
kubectl apply -f product_scc.yaml
46+
# do not include the SCC here as it is included in secret operator manifests
47+
#echo "Deploy custom product scc..."
48+
#kubectl apply -f product_scc.yaml
4849

4950
if $NAMESPACE; then
5051
echo "Creating namespace..."

olm/config.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
22
operators:
3+
- airflow
34
- commons
4-
- zookeeper
5-
- hdfs
5+
- druid
66
- hbase
7+
- hdfs
8+
- hive
9+
- kafka
10+
- nifi
11+
- opa
712
- secret
8-
- airflow
13+
- spark-k8s
14+
- superset
15+
- trino
16+
- zookeeper

0 commit comments

Comments
 (0)