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

Commit

Permalink
fix: 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.

Still not clear how a '+' character got into the keptn api token.
Needs more investigation about the root cause rather than a quick fix.
Reverting the change till we know more.
Reverts #160

Signed-off-by: Paolo Chila <paolo.chila@dynatrace.com>
  • Loading branch information
pchila committed Jan 27, 2022
1 parent ed463da commit 82ea46c
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 82ea46c

Please sign in to comment.