Simon Bäumer

Results 78 issues of Simon Bäumer

Sometimes it is necessary to override Helm values which are not set by the Operator if used with a Custom Resource. In our case the custom resource abstracts the Helm...

triage/needs-information

If a Helm operator is installed into a namespace with an already existing Helm release how should the operator handle this situation. A) automatically reconcile and try to match the...

priority/backlog

PR to discuss how to recover from pending state. This is our current implementation used in https://github.com/stackrox/helm-operator Fixes #94 Currently if the Helm releases exits unexpectedly (i.e. due to node...

area/sdk
area/testing
needs-rebase

If I kill the operator while an helm install is executed it is not able to recover as it always receives an error due to the existing lock.

Adds the docker resource to goss. First draft: ``` docker: "alpine:3.7": # Image, Title or Name as title? exist: true running: true image: "alpine:3.7" name: "alpine_name" count: 1 ``` Fixes...

> Hi, > > I've two ideas. > > 1. I'd like to define multiple commands in goss.yml and I expect they are being run in the same order as...

> For several processes on my RHEL 7.3 server, goss seems to misrecord the statuses of processes... > > As a test, I pipe every process in ps into a...