Mateusz Kyc
Mateusz Kyc
- Task version: 3.12.1 - Operating System: Mac OS ARM ### Example Taskfile ```yaml version: '3' includes: lalala: taskfile: ./lalala/Taskfile.yml dir: ./lalala ``` Current [schema](https://json.schemastore.org/taskfile.json) is saying that `"required": ["version",...
- Task version: v3.10.0 (h1:vOAyD9Etsz9ibedBGf1Mu0DpD6V0T1u3VG6Nwh89lDY=) - Operating System: macOS Monterey 12.1 Taskfile.yml: ```yaml version: '3' vars: ACCOUNT: test dotenv: [ ".env.{{.ACCOUNT}}" ] tasks: print: cmds: - echo $TEST_VAR ``` .env.test:...
While using docker module I find it quite problematic that env variables being passed to docker command are being logged as they are. It all comes down to [this line](https://github.com/gruntwork-io/terratest/blob/master/modules/shell/command.go#L100)...
This is epic created to track components scalability issues. # Scaling status This document describes results of upscale/downscale processes for main Epiphany components. ## Prerequisites - HEAD is `379fb2c6b2b826db047339e6107edb16e07bfa78` -...
Currently I have: ```yaml nexus: properties: override: true data: nexus.security.randompassword: false ``` and it allows me to use automation to connect with nexus rm using `admin/admin123` but that is problematic...
It'd be good to have any prometheus endpoint to monitor maildev in any way.
For multiline descriptions it looks very weird sometimes when `(default ....)` section is placed at the end of paragraph. There is simple workaround - zero DefValue like this (cobra example):...
### Current Behavior Currently only possible type passed to `ext-plugin-pre-req` value is `string`. So to pass anything else then just single value we need to encode it. ```yaml plugins: -...
I want to be able to monitor APISIX gateway deployment instance from my AWS ALB load balancer. I just want to monitor that gateway instance is UP, and not focus...