kfox1111

Results 171 issues of kfox1111

**What would you like to be added**: The ability to have a cookie's existence/value determine route. **Why this is needed**: Very useful for testing.

kind/feature

https://github.com/openanalytics/shinyproxy-operator/blob/master/docs/deployment/bases/namespaced/operator/deployment.yaml#L12-L14 A deployment of type recreate isn't guaranteed to never run multiple instances at the same time. A statefulset does guarantee no two instances are run at once. You may...

The OLM (https://olm.operatorframework.io/) allows users to install operators easily. shinyproxy-operator could release a bundle that would allow for the easy installs: https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/

https://github.com/spiffe/spire/issues/2670 needs to be implemented before we get to 1.9.

As per previous discussions, this pr breaks the child charts into standalone charts. This was requested by @bramaq and others. fixes: https://github.com/spiffe/helm-charts/issues/235

There needs to be documentation on how to deploy a production ready system using the chart.

documentation
enhancement

We should add some tests to make sure whatever PR's are being proposed, work with upgrades from the previous release.

If the user previously deleted the csi driver before trying to helm delete it will fail to uninstall. We need to check for this somehow and let the user know...