Matti Niemelä
Matti Niemelä
**Describe the solution you'd like** My Vault needs a client certificate & key to be presented when communicating with it (vault cli envs `VAULT_CLIENT_CERT` and `VAULT_CLIENT_KEY`, vault server config `tls_require_and_verify_client_cert`...
Now there is `CMD ["/usr/local/openresty/bin/openresty", "-g", "daemon off;"]`, but it could be ENTRYPOINT ["/usr/local/openresty/bin/openresty"] CMD ["-g", "daemon off;"] And if I want to override the -g argument, I could do...
Running 0.6.1 Regarding this section: https://github.com/fluxcd/notification-controller/blob/main/config/crd/bases/notification.toolkit.fluxcd.io_alerts.yaml#L92 It only allows you to specify the name of the alert Provider, in my case discord. But it does not allow to reference it...
Considering that kubeval is probably run mostly in CI pipelines, I think it is funny that kubeval exits with 0 when it gets an empty input. Do you guys consider...
**Describe the feature you'd like** Hello! Here to suggest adding --pidfile to `cloudflared access`. Currently working version: ```yaml version: '3' tasks: env: cmds: - cloudflared access tcp --hostname https://api.example.com --url...
- Task version: Task version: v3.29.1 (h1:q4mqGSR40qTOf9XZp2ySY3cM6enb2d+AqaxI/pEBiLk=) - Operating system: Ventura 13.5 - Experiments enabled: none I guess ```yaml # taskfile.yml version: "3" includes: silent: taskfile.silent.yml ``` ```yaml # taskfile.silent.yml...
**Is your feature request related to a problem? Please describe.** When using kind: VaultDynamicSecret, it requires you to spesify `.spec.provider.auth`. In our case, we talk to a Vault Agent that...
**Describe the bug** When you define build tags to a service in a compose.yaml file, docker compose push pushes both the tag in `image` field and also those in `build.tags`...
Chart: 6.2.1 Basically the issue is the same as here: https://github.com/helm/charts/issues/22464 Files do appear in the volume but are 0 bytes. I can write into them myself and read it...