Alexandre Vilain
Alexandre Vilain
Adding openstack provider will allow us to use great providers like OVH providing instances starting à 0,008€/hour. I can work on it, submitting a PR on inletsctl. ## Expected Behaviour...
Hi! I'm using `helm push` on my CI/CD pipeline and I found that an option is missing for a simple use-case. On a chart monorepo, think about a CI/CD pipeline...
Fixes #90 This PR adds the `--ignore-already-exists` to make helm-push ignore the chartmuseum's "already exists" error Without the flag: ``` $ helm push mychart/ chartmuseum Pushing mychart-0.1.0.tgz to chartmuseum... Error:...
Hello, I'm trying to get the picture taken during flight with my airbone. Is it possibile ? Thanks, Alexandre.
This issue is the main issue to list tasks to stabilize and release the operator in 1.0.0 ### Improve API - [x] #391 - [x] #621 - [ ] #704...
The objective of this API is to support Schedule creation update and deletion as already done with TemporalNamespace. For instance: ```yaml apiVersion: temporal.io/v1beta1 kind: TemporalSchedule metadata: name: my-schedule namespace: demo...
User can handle databases secrets from others sources than kubernetes secret, like vault. Most of the external credentials providers provides secrets to pods using sidecars + volume by writing secret...
Hi :) I added the`WithComputedOption` to update configuration just before running the gRPC request. It allows to use external configuration flags. On a CLI managing multiple environments it's easier to...