Make test pods optional and allow image override #360
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Make the test-connection Pod optional and override the wget container's image.
Benefits
Allows users to enable/disabled the test-connection Pod and override the wget container's image.
Possible drawbacks
Checklist
values.yamland added to theREADME.mdusing readme-generator-for-helmREADME.md@@ -693,2 +473,4 @@service:port: 3306persistence:size: 10GiA separate section is not necessary, IMO. Modifying the helm tests can be considered "advanced". ?
Great point, changes have been added! ?
Should we split this in
image.nameandimage.tagto follow canonical conventions?LGTM
@justusbunsi Should we get that in if LGTM to you?
LGTM. Thanks for your contribution.