ProbstDJakob
ProbstDJakob
The following script is a real world example where streaming could come in handy. ### Background We fully manage the life cycle of an OpenShift cluster via a GitLab Pipeline....
I do not need the command, but as I wrote JetBrain's GoLand executes the command to resolve the dependencies. Since the command fails, the error indicators on the right within...
I will look into it next week and open a PR, but what about the line in the `occm/main.go`? Is it safe to remove it or how should I handle...
Sorry for the late response. Yes it seems to work.
Same here. We had some RegEx defined and it silently double escaped them since the packaged version in `alpine` Linux builds it with the go ld flag `-X github.com/helmfile/helmfile/pkg/runtime.v1Mode=true`. This...
If this is a response to my comment, I am already aware of that environment variable and added it to our GitLab CI job, but what I meant was, that...
Of the dependency or https://github.com/helmfile/helmfile/blob/main/pkg/yaml/yaml.go?
Yes, I know but I do not get what you are trying to tell me. I currently do not have much time but fixing this would be worth investing some...
But the bundle resource is still a cluster-wide resource and not bound to the namespace, thus will not be removed upon deleting the namespace. Furthermore you need permission to create...
It would be nice to have a `ClusterBundle` (the current `Bundle`) and a `Bundle`. Similar to `ClusterRole` and `Role`. Thus users with less privileges could create namespace bound `Bundle`s for...