Chris Sinjakli

Results 6 issues of Chris Sinjakli

# Problem Currently, it's not possible to configure multiple sets of credentials with `credentialsConfig`, as it only accepts an object, such as: ```yaml credentialsConfig: env: AWS_SHARED_CREDENTIALS_FILE path: /etc/aws/credentials secretName: aws-credentials...

So I thought I'd finally have a go at the refactor I described in the massive comment added to `spec/examples/metric_example.rb` in 9f7603bef92dd5f382bb47c509454feef957dd00. I spent the first chunk of my time...

We (GoCardless) run our services in containers, which means a clean file system every time we boot the app. We should look at what the behaviour is like for people...

When working on the `DirectFileStore` code, it would be helpful to have a small script that prints the metrics from those files in a human-readable format. We probably wouldn't distribute...

Hi 👋🏻 I think I've found a race condition that happens very occasionally when creating a PV for a new PVC. The outcome of the race condition is a PVC...

kind/bug

# Problem Currently, it's not possible to configure multiple sets of credentials with `credentialsConfig`, as it only accepts an object, such as: ```yaml credentialsConfig: env: AWS_SHARED_CREDENTIALS_FILE path: /etc/aws/credentials secretName: aws-credentials...

kind/enhancement
priority/low
priority/waiting