Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken newline chomp in Kong NOTES.txt #66

Merged
merged 1 commit into from
Mar 1, 2020
Merged

Conversation

rainest
Copy link
Contributor

@rainest rainest commented Feb 28, 2020

What this PR does / why we need it:

I missed part of the fix in #38 earlier 🤦‍♀️

The original template chomped the newline before export PROXY_IP=${HOST}:${PORT}, causing it to render as PORT=$(kubectl get svc --namespace default skulking-moose-kong-proxy -o jsonpath='{.spec.ports[0].nodePort}')export PROXY_IP=${HOST}:${PORT}, which doesn't work very well.

Checklist

  • PR is based off the current tip of the next branch and targets next, not master
  • Title of the PR and commit headers start with chart name (e.g. [kong])

@hbagdi hbagdi merged commit b6d8745 into next Mar 1, 2020
@hbagdi hbagdi deleted the fix/notes-indentation branch March 1, 2020 22:56
rainest added a commit that referenced this pull request Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants