k8s
k8s copied to clipboard
fix: `hydra-maester.adminService.port` empty value is passed into child chart, causes error.
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)