Maksim Shkrebtan

Results 5 comments of Maksim Shkrebtan

In case of YAML files like this: ``` :base_path: /var/gemstash :cache_type: memory :db_adapter: postgres :db_url: postgres://gemstash:[email protected]/gemstash :log_file: :stdout ``` I had to specify both `--input-type` and `--output-type`: ``` sops -d...

Hello! I just faced this issue, and here's my little user story. So, we are running HAProxy in GKE pods which is proxying the requests to an external server on...

I faced the same problem with v3.4.3: ``` # module.s2svpn.random_integer.bgp_asn must be replaced -/+ resource "random_integer" "bgp_asn" { ~ id = "65138" -> (known after apply) - keepers = {}...

If you use Firefox and don't want to install extensions due to the permissions they require, I have found a very nice shell script that allows you to export the...

Thank you, @ryan953! We have upgraded our self-hosted Sentry to v24.7.1 (we are using https://github.com/sentry-kubernetes/charts) and could not understand why we did not see the user feedback under `/feedback/`. So,...