Ben Mathews

Results 9 issues of Ben Mathews

The script that this rpm packages is from 1.2. It doesn't do service couchdb stop properly. There is a new one in the source that I think should be used...

I updated my install of the strimzi-kafka-operator chart from 0.29.0 to 0.30.0 and the operator started crashing w/ ``` 2022-08-03 14:54:10 ERROR Main:165 - Cluster Operator verticle in namespace platformkafka...

question

I would like a test that fails if the last USER is root OR if there is no USER commands. This could be a new test or a modification of...

The nats chart service template doesn't specify service.spec.type. Therefore, it defaults to ClusterIP. To expose the cluster to outside, I would like to have NodePort as an option.

good first issue

**Describe the bug** An aborted install attempt has left installation impossible. A clear and concise description of what the bug is. **To Reproduce** Clean up as best as I can...

Trying to run this in kubernetes and getting an InvalidURL exception. Started w/ this configuration ``` apiVersion: extensions/v1beta1 kind: Deployment metadata: name: es2graphite labels: component: elasticsearch role: graphiteexporter spec: replicas:...

This looks like nice work. Do you plan on contributing it upstream?

It appears that the generated Chart.yaml is coming from helm, not from your template. If I create a `foo` chart, then the contents of Chart.yaml are ``` apiVersion: v1 description:...

The ingester statefulset is by default removed in the 1.13 version of tempo-distributed V1.12 produces a statefulset ``` ➜ helm template grafana/tempo-distributed --version 1.12.0|grep -B3 release-name-tempo-ingester apiVersion: policy/v1 kind: PodDisruptionBudget...