You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.
I think the this keyword should be omitted, because it is in a static method and I am not sure what it refers to here.
A follow up issue is that the sample code uses a url-encoded form to send the POST data, and the body parser does not seem to work well as it is. Using JSON encoding in the POST solves the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Custom values provided are ignored, because the check on whether values are set is inverted.
helm-web-api/on-demand-micro-services-deployment-k8s/helm.js
Line 116 in b8d9452
I think the
this
keyword should be omitted, because it is in a static method and I am not sure what it refers to here.A follow up issue is that the sample code uses a url-encoded form to send the POST data, and the body parser does not seem to work well as it is. Using JSON encoding in the POST solves the issue.
The text was updated successfully, but these errors were encountered: