k8s icon indicating copy to clipboard operation
k8s copied to clipboard

fix: `hydra-maester.adminService.port` empty value is passed into child chart, causes error.

Open alangilmor opened this issue 2 years ago • 1 comments

Helm chart 0.41.0 requires commenting out the hydra-maester.adminService.port value.

Test:

helm template ory/hydra (port empty in maester Deployment args)

helm template ory/hydra --set hydra-maester.adminService.port=null (child chart's default respected when "unset" in parent chart)

alangilmor avatar Apr 25 '24 20:04 alangilmor

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 25 '24 20:04 CLAassistant