spiffe / helm-charts-hardened

Apache License 2.0
12 stars 26 forks source link

Add resource limits for upgrade and delete hook batch jobs #366

Closed kfox1111 closed 1 week ago

kfox1111 commented 1 month ago

Updated pr: https://github.com/spiffe/helm-charts-hardened/pull/322 here since it is unwritable.

edwbuck commented 1 week ago

@kfox1111 There are failures in the checks. It looks like some logic is cutting off the first letter of the name of the host in one test suite. Maybe that's because it assumed a https:// prefix somewhere, and the prefix is http://? Please look into it and see if this can be fixed prior to merge.

kfox1111 commented 1 week ago

There s a race that happens occasionally. Retesting the failed job in that case resolves it. There is an open issue to fix it.