Endre Czirbesz

Results 10 comments of Endre Czirbesz

@masterkain: > is this bug related? No. That is an issue with your yaml, you are defining `volumeMounts` names twice for both initcontainers. ``` volumeMounts: - name: data #### Here......

@squaremo As flux image automation needs sortable tags on the docker images, if the latest it founds by the given image policy is not greater than the current one, that's...

Lining up in the plugin does not work the same way as `terraform fmt`. If you have blocks of assignments separated by empty lines, `fmt` aligns each block on it's...

@solidnerd Can you please update `values.yaml`, so helm won't choke on the undefined `.Values.ingress` ?

``` $ python --version Python 2.7.15rc1 $ pip --version pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7) ```

Changing the import line did not solve the issue. It seems to be something with `antipackage`, as it can't dowbload anything from github. It creates a structure in `~/.antipackage/github', without...

I think you can reproduce my issue if you move `~/.antipackage` to somewhere else, making `antipackage` to start from scratch.

Thanks, I can't test it right now, so I'll trust you that it works. :) Hannes Matuschek ***@***.***> ezt írta (időpont: 2023. jan. 15., V, 12:31): > Should be work...

I had the same issue, and figured out the cause. By default tor runs the SOCKS5 proxy on port 9**0**50, and the wallet tries to connect to port 9**1**50. So...