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 8492a2e commit df4fb97Copy full SHA for df4fb97
olm/build-catalog.sh
@@ -43,8 +43,9 @@ setup() {
43
}
44
45
prerequisites() {
46
- echo "Deploy custom product scc..."
47
- kubectl apply -f product_scc.yaml
+ # do not include the SCC here as it is included in secret operator manifests
+ #echo "Deploy custom product scc..."
48
+ #kubectl apply -f product_scc.yaml
49
50
if $NAMESPACE; then
51
echo "Creating namespace..."
olm/config.yaml
@@ -1,8 +1,16 @@
1
---
2
operators:
3
+ - airflow
4
- commons
- - zookeeper
5
- - hdfs
+ - druid
6
- hbase
7
+ - hdfs
8
+ - hive
9
+ - kafka
10
+ - nifi
11
+ - opa
12
- secret
- - airflow
13
+ - spark-k8s
14
+ - superset
15
+ - trino
16
+ - zookeeper
0 commit comments