Robert

Results 7 comments of Robert

Create following authorization in kubernetes and run the container with the service account specified. ``` --- apiVersion: v1 kind: ServiceAccount metadata: name: fluentd namespace: system --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRole...

It seems to be the line 48 in the file workspacehelper/tfc_output.go is the point where those double quotes get added. ``` return `"` + val.AsString() + `"` ``` I removed...

I modified the code from `return '"' + val.AsString() + '"'` to `return val.AsString()` , re-compiled it and running my compiled version as a temporary workaround. Such solution is not...

Is there any update on this issue?

@mumoshu I tested your version of helmfile and I can confirm that it behaves the expected way. Thank you for your solution. At the same time I am wondering, where...

Is the documentation going to be updated? It would be beneficial for anyone to find this information in the documentation, rather than in GitHub issues.