allen-servedio
allen-servedio
For anyone else that runs across this issue, you have to add a `Content-Type` header for this to work with most servers... ``` (http/post "url" {:body (json-str {:key "value", :key2...
@jthomas - am I correct that there is not currently a way to create a package using `serverless deploy`? I can see via #87 that you can add an action...
I am on the latest: ``` $ fsh version -u You are currently on version 1.3.423 Checking for updates... you are up to date! ``` However, I do not see...
Per https://github.com/ohmyzsh/ohmyzsh/issues/6323 this can be fixed by adding this to your .zshrc: ``` # The following two modules (compinit and bashcompinit) are needed to get auto # completion to work:...
Per https://github.com/ohmyzsh/ohmyzsh/issues/6323 this can be fixed by adding this to your .zshrc: ``` # The following two modules (compinit and bashcompinit) are needed to get auto # completion to work:...
You may want to try rendering the template with Helm (`helm template`) so that all of the template replacement happens. Just be sure to feed it the right values (like...
Hi @hkantare - is there anything else you need from @DenysChekirda on this? Thanks for all you do!
@hkantare okay, we just hit another variation of this on 2/23. In this case we changed one worker pool's machine type (NOTE: as this is a non-production cluster we did...
#56 fixed the first point in this ticket. However, the second point (not using the org that the user selects when setting the org for the Jenkinsfile) is still not...