kobellem

Results 3 comments of kobellem

👍 This would help in setting up the application on kubernetes. At the moment we're trying to add a postgres connection, however we want to store the sensitive part (username/password)...

Binaries would be great. Or at least a release tag (can be alpha/beta), that way users can ensure compablility with other applications. As a workaround I'll be using a commit...

I've got the helm test to work with the following ClusterRole: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flagger-loadtester rules: - apiGroups: [""] resources: ["pods"] verbs: ["create", "get", "list", "watch",...