Results 8 issues of Assel Meher

We recently started to use Argo CD as a deployment tool. After checking the application set, we believe it's a nice addition to have "Git Branch" generator. I can work...

enhancement

```go type TestStruct struct { ID string Deep map[string]interface{} } t0 := TestStruct{} t1 := TestStruct{ ID: "5", Deep: map[string]interface{}{"workers": map[string]interface{}{"num": 5}}, } mergo.Merge(&t0, t1) fmt.Printf("Address of t0.Deep['worker'] = %p\n",...

help wanted
hacktoberfest

After reading the code, I believe that once we register a type, struct field encoder/decoder, they get registered globally. Any reason for this? How can I have different encoder for...

`gdb` crash immediately after few steps when voltron is loaded. With a clean .gdbinit, no crash happens GDB Version: ``` > $ gdb -v GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright...

Can we save post-login info somewhere, so we can use them later to init the api without the need of username and password? something like: ``` if fileExists('session_file'): api.restore_session("session_file") else:...

**Describe the bug** We want to be build to define some azure identities when creating the helm chart but without defining any binding. Currently this fails with: ``` Error: template:...

enhancement
helm

Being able to change the log format from console to json.

enhancement
helm

To better understand an operator/controller memory usage, it would be great to expose cache related metrics, for instance we can expose the cache size per resource type (pod vs nodes,...

lifecycle/rotten