Zoë Sam Candy

Results 46 comments of Zoë Sam Candy

Hello, I have a similar problem. My modules flow: * module `environments/local` creates a Kubernetes cluster with `kind` and inject some resources * this module includes the `common/kubernetes` module and...

I have something similar with a namespace and its labels: ```yaml apiVersion: v1 kind: Namespace metadata: labels: app.kubernetes.io/component: XXX app.kubernetes.io/name: YYY app.kubernetes.io/part-of: ZZZ name: test-namespace ``` Result when applying: ```...

Hi, Sorry to "re-open" this issue (which wasn't closed) but I ran into this too with metalsmith-permalinks 2.1.0. Is it possible to fix this with one of the proposed PR?...

I know this issue is more than half and a year old but it seems I have the same problem, even using `masterRole` with the existing role: new users access...

This issue is still relevant, I have the same problem.

@cindymullins-dw we were unsatisfied with the 2.x serie (we were hoping JWT authorization would be part of the open-source Emissary). We switched to Istio (with cert-manager for certificates management) and...

I am facing the same issue when adding a new key/value in a secret and trying to update with `terraform apply`. Terraform doesn't output any error and it exits with...

Isn't this the default when using `--git`? When I run `exa -l --git` on a non-git directory, it works like a charm and it doesn't print any Git information (no...

@Gertalitec just wanted to say I tried `# sbctl sign -s /usr/lib/systemd/boot/efi/systemd-bootx64.efi` but it overwrites the original find so I'm not sure it's fine to omit the `-o` (BTW I...

For those who are waiting for this PR to be merged, you can create an alias with `kubectx $(kubectx | sk)`, it's not a pefect solution but it works. EDIT:...