Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Fix nginx ingress controller bug around config map merging #849

Conversation

simonswine
Copy link
Contributor

Hi I just discovered a bug around the nginx config merge (defaults are merged with configmap)

  • a config map bool value of false cannot overwritte a true value from
    defaults
  • implement merging in ReadConfig
  • remove helper function merge
  • adds tests to ensure config is read properly

 * a config map bool value of false cannot overwritte a true value from
   defaults
 * implement merging in ReadConfig
 * remove helper function merge
 * adds tests to ensure config is read properly
@bprashanth
Copy link

@aledbf

@aledbf
Copy link
Contributor

aledbf commented May 2, 2016

Code LGTM

@bprashanth
Copy link

@simonswine thanks, merging

@bprashanth bprashanth merged commit e92c6ca into kubernetes-retired:master May 2, 2016
aledbf pushed a commit to aledbf/contrib that referenced this pull request Nov 10, 2016
…te-true-with-configmamp

Fix nginx ingress controller bug around config map merging
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants