Skip to content

Commit 2fe3b8c

Browse files
committed
remove left over trino references
1 parent c8c9f86 commit 2fe3b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hive-opa-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ metadata:
7979
labels:
8080
opa.stackable.tech/bundle: "hms"
8181
data:
82-
trino.rego: |
82+
hive.rego: |
8383
package hms
8484
8585
database_allow = true

tests/templates/kuttl/smoke/50-install-opa.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metadata:
6464
labels:
6565
opa.stackable.tech/bundle: "hms"
6666
data:
67-
trino.rego: |
67+
hive.rego: |
6868
package hms
6969

7070
default database_allow = false

0 commit comments

Comments
 (0)