Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Revert "fix: Allow '+' in API Token helm value (#160) (#159)"
Browse files Browse the repository at this point in the history
This reverts commit ed463da.
  • Loading branch information
pchila authored Jan 27, 2022
1 parent ed463da commit f245fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"type": "boolean"
},
"token": {
"pattern": "^[A-Za-z0-9-.+]{2,63}$"
"pattern": "^[A-Za-z0-9-.]{2,63}$"
}
}
}
Expand Down

0 comments on commit f245fa3

Please sign in to comment.