Tobias Bradtke

Results 36 comments of Tobias Bradtke

I haven't really looked at [Hasura](https://hasura.io/) yet. So don't no if this is feasible at all, but maybe there could be also a [Kinto plugin](http://docs.kinto-storage.org/en/stable/tutorials/write-plugin.html) for Hasura. Or just a...

Just linking to another [issue around GraphQL](https://github.com/Kinto/kinto/issues/2237#issuecomment-536287172). With the loose idea to use [Hasura](https://hasura.io/) for the heavy lifting.

Until the feature is added here, the following alternative worked for me using the [yq binary](https://github.com/mikefarah/yq/releases): ``` $ cat ./example.yaml a: 1 --- b: 2 --- c: 3 EOF $...

I needed to [allow create service](https://github.com/lenartj/kube-lego/blob/bf0dd63b298bd1ed1c4acfa49ad697341a2538c3/examples/gce/lego/rbac.yaml#L19), i guess because of: "[Please be aware that kube-lego creates it's related service on its own](https://github.com/jetstack/kube-lego/tree/master/examples/nginx#enable-kube-lego)" So building up on the previous post my...

@dbsr Could you please add your findings to https://github.com/jetstack/kube-lego/issues/99?

This is also mentioned under well-known annotations in the official Kubernetes documentation: [config.kubernetes.io/local-config](https://kubernetes.io/docs/reference/labels-annotations-taints/#config-kubernetes-io-local-config)

Maybe alternatively there could be an argument to kustomize like `--root-path /some/absolute/path` which means: Any references that ends somewhere below that path is fine.

Hi, I am seeing the same. Here some context: ``` $ snap list validity-sensors-tools Name Version Rev Tracking Publisher Notes validity-sensors-tools 0.5+git23.5813f6e 65 latest/stable 3v1n0 - ``` ``` $ apt-cache...

Is this now covered by https://github.com/kubernetes-sigs/kustomize/issues/4517?

Hi! I just tried to use values from `commonLabels` with some replacements which were pulled in as components in an overlay. It seems the replacements take place in the overlay...