Skip to content

Commit 764aab3

Browse files
author
Jesper Larsson
committed
Update lookup CR sample files
1 parent 08365c2 commit 764aab3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/samples/druid_v1alpha1_druidlookup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: DruidLookup
33
metadata:
44
name: druidlookup-sample
55
spec:
6-
druidCluster: tiny-cluster
7-
id: country_code_names
8-
spec: |
6+
druidCluster:
7+
name: tiny-cluster
8+
template: |
99
{
1010
"type": "map",
1111
"map": {

e2e/configs/druid-lookup-cr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ metadata:
55
spec:
66
druidCluster:
77
name: tiny-cluster
8-
id: country_code_names
9-
spec: |
8+
template: |
109
{
1110
"type": "map",
1211
"map": {

0 commit comments

Comments
 (0)