Make test pods optional and allow image override #360
Reference in New Issue
Block a user
No description provided.
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.yaml
and added to theREADME.md
using readme-generator-for-helmREADME.md
@ -693,2 +473,4 @@
service:
port: 3306
persistence:
size: 10Gi
A 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.name
andimage.tag
to follow canonical conventions?LGTM
@justusbunsi Should we get that in if LGTM to you?
LGTM. Thanks for your contribution.