Erno Aapa

Results 19 comments of Erno Aapa

If there would be a way to add extra annotations to the `EtcdCluster` what vault-operator creates, I could add the `etcd.database.coreos.com/scope: clusterwide` and make it work. Any thoughts for having...

I would like to run just one `etcd-operator` and `vault-operator` in the whole cluster and teams can create Vaults in their own namespace. Now without cluster-wide I have to run...

Thanks @rn! Tested with following YAML and it works in RPI3 (had to add the `modprobe smsc95xx` so `dhcpd` can resolve ip address): ``` kernel: image: linuxkit/kernel:4.14.27 cmdline: "console=tty0 console=ttyS0...

Not planned yet. I need to try out sup first :) I have not created Brew formula PR before so maybe someone else who is more familiar with it.

Maybe merge this. Annoying because in Typescript it complains that `searchWords` property does not exist.

If you mean how you get text value of text field? take a look getPropertyValue and use "text" as property name.

Ok, interesting. What is the use case? Golang comes to my mind. Curious because, I’m wondering, should the whole manifest be customizable or just the mount path.

Sweet thanks, I'll start using that! Btw. automated build would be nice so it doesn't get outdated.