File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # For now, on K8s 1.35, TrinoCatalogs need to be deployed before the TrinoCluster
2+ # See: https://github.com/stackabletech/trino-operator/issues/854
3+ ---
4+ apiVersion : trino.stackable.tech/v1alpha1
5+ kind : TrinoCatalog
6+ metadata :
7+ name : hive
8+ labels :
9+ trino : trino
10+ spec :
11+ connector :
12+ hive :
13+ metastore :
14+ configMap : hive
15+ s3 :
16+ reference : minio
117---
218apiVersion : trino.stackable.tech/v1alpha1
319kind : TrinoCluster
@@ -53,20 +69,6 @@ type: kubernetes.io/opaque
5369stringData :
5470 admin : " {{ trinoAdminPassword }}"
5571---
56- apiVersion : trino.stackable.tech/v1alpha1
57- kind : TrinoCatalog
58- metadata :
59- name : hive
60- labels :
61- trino : trino
62- spec :
63- connector :
64- hive :
65- metastore :
66- configMap : hive
67- s3 :
68- reference : minio
69- ---
7072apiVersion : opa.stackable.tech/v1alpha1
7173kind : OpaCluster
7274metadata :
You can’t perform that action at this time.
0 commit comments