Skip to content

Commit

Permalink
eks/secrets: revert threshold change
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Feb 18, 2020
1 parent 6897946 commit 98aa6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/secrets/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const ResultSuffixRead = "-secret-read.csv"
// only letters and numbers for Secret key names
var regex = regexp.MustCompile("[^a-zA-Z0-9]+")

const secretWritesFailThreshold = 20
const secretWritesFailThreshold = 10

func (ts *tester) createSecrets() error {
size := humanize.Bytes(uint64(ts.cfg.EKSConfig.AddOnSecrets.Size))
Expand Down

0 comments on commit 98aa6a5

Please sign in to comment.