Kenneth Brooks
Kenneth Brooks
### Expected behavior I am using `inline` to add a helm template into the ./templates dir of a helm chart. This is a ConfigMap that contains xml inside. This works...
### Expected behavior For each ship release, would like to know what version of helm is vendored in. This could be added to `ship version` that can also show the...
Started reading the book. It is fantastic so far. Went to follow along with Chapter 2 which wants to use the samples from here. Gradle 2.x is so old that...
In the Episode-10 branch, sometimes when the enemy hits a player the final score will read: "Your final score was:" (note, no actual score) Sometimes it will print out the...
The pointer needs to be *const i32 since x is const i32. The other option would be to change x from const to var: ``` var x: i32 =1; const...