Open jfrabaute opened 2 years ago
This could also be set here, thus making it configurable? https://github.com/OpsMx/spinnaker-helm/blob/main/charts/spinnaker/values.yaml#L109
printf 'management.health.probes.enabled: false\n' >> /tmp/config/halyard-local.yml
Good point, done!
Disable probe (which is enabled in 1.45+) because it breaks the client See the following links for more info: https://github.com/spinnaker/spinnaker/issues/6655 https://github.com/spinnaker/halyard/pull/1955