Skip to content

Commit

Permalink
feat: allow deployment of zipkin-gcp collector
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Kool <[email protected]>
  • Loading branch information
rolandkool committed Dec 23, 2024
1 parent fe57c92 commit e32d2b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/zipkin/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"required": ["hosts"]
},
"type": {
"enum": ["mem", "elasticsearch"]
"enum": ["mem", "elasticsearch", "stackdriver"]
}
},
"anyOf": [
Expand All @@ -293,6 +293,12 @@
"type": {"const": "elasticsearch"}
},
"required": ["elasticsearch"]
},
{
"properties": {
"type": {"const": "stackdriver"}
},
"required": []
}
]
},
Expand Down

0 comments on commit e32d2b0

Please sign in to comment.