diff --git a/charts/zipkin/values.schema.json b/charts/zipkin/values.schema.json index 67ba49f..e809697 100644 --- a/charts/zipkin/values.schema.json +++ b/charts/zipkin/values.schema.json @@ -278,7 +278,7 @@ "required": ["hosts"] }, "type": { - "enum": ["mem", "elasticsearch"] + "enum": ["mem", "elasticsearch", "stackdriver"] } }, "anyOf": [ @@ -293,6 +293,12 @@ "type": {"const": "elasticsearch"} }, "required": ["elasticsearch"] + }, + { + "properties": { + "type": {"const": "stackdriver"} + }, + "required": [] } ] },