Skip to content

Commit

Permalink
Update lookup CR sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLarssonJr committed Jul 12, 2024
1 parent 08365c2 commit 764aab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/samples/druid_v1alpha1_druidlookup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: DruidLookup
metadata:
name: druidlookup-sample
spec:
druidCluster: tiny-cluster
id: country_code_names
spec: |
druidCluster:
name: tiny-cluster
template: |
{
"type": "map",
"map": {
Expand Down
3 changes: 1 addition & 2 deletions e2e/configs/druid-lookup-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
spec:
druidCluster:
name: tiny-cluster
id: country_code_names
spec: |
template: |
{
"type": "map",
"map": {
Expand Down

0 comments on commit 764aab3

Please sign in to comment.