Skip to content

Commit

Permalink
chore: Update fingerPrinter schema to include enum values in values.s…
Browse files Browse the repository at this point in the history
…chema.json

Signed-off-by: Steffen Exler <steffen@exivity.com>
  • Loading branch information
linuxluigi committed Oct 18, 2024
1 parent f3cf507 commit ee40437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/exivity/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,8 @@
"type": "string",
"default": "",
"title": "The fingerPrinter Schema",
"examples": ["secure_ip_useragent"]
"examples": ["secure_ip_useragent"],
"enum": ["secure_ip_useragent", "secure_useragent"]
},
"servicePort": {
"type": "integer",
Expand Down

0 comments on commit ee40437

Please sign in to comment.