Marcos Lorenzo
Marcos Lorenzo
Output of `helm version`: ``` version.BuildInfo{Version:"v3.7.2", GitCommit:"663a896f4a815053445eec4153677ddc24a0a361", GitTreeState:"clean", GoVersion:"go1.16.10"} ``` Output of `kubectl version`: ``` Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.11", GitCommit:"38d3c1f3d5306401bcf39a71bad3b5a5106033d7", GitTreeState:"clean", BuildDate:"2022-03-16T14:08:11Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"21",...
**What this PR does / why we need it**: I just adapted to the best of my knowledge what [was implemented for `Update` method](https://github.com/helm/helm/pull/5225/files#diff-137bba79988de442c1fde0fc29520d6d7e5a5239ceac82f5439a5bf513ebb2d4R322) on #5225 for `Delete` method. With...
Support Kerberized NFS (`krb5p`) adding `extraContainers`, `extraEnvVars`, `extraVolumes` & `extraVolumeMounts` to allow more advanced deployments. To support Kerberized NFS `values.yaml` may contain: ``` extraVolumes: - name: krb5-config configMap: name: kerberos-config...
**Describe the bug** This happens since HA stable docker image version `2023.8.2` I created the automation (based on [this official example](https://www.home-assistant.io/integrations/blink/#snap-picture-and-save-locally)) that is marking clips recorded from motion detection as...
* Add support for type `Opaque` secrets * `CRT_PEM_KEY_LIST`: list of keys used for retrieving certificates on `Opaque` secrets * `CA_PEM_KEY_LIST`: list of keys used for retrievieng CA certificates on...