Aurimas Navardauskas
Aurimas Navardauskas
same issue: ``` 2022-06-12T07:06:18.3167374Z ##[section]Starting: react-frontend 2022-06-12T07:06:18.3176921Z ============================================================================== 2022-06-12T07:06:18.3177262Z Task : Dependabot 2022-06-12T07:06:18.3177602Z Description : Automatically update dependencies and vulnerabilities in your code 2022-06-12T07:06:18.3177913Z Version : 1.6.202 2022-06-12T07:06:18.3178156Z Author :...
The one thing I dislike about chocolatey is having to deal with those string outputs of commands in automation tasks, please make it so we can work with powershell objects.
> I think that's a decent halfway solution @MaxFrost. > Ideally, we'd get that and a PowerShell module built around that to make handling it easier. Providing parseable output is...
Hi, there is no use of git submodules. These are very simple repos for minimal reproduction scenario, you should be able to see all of them. There are two ADO...
> @Protektor-Desura Given the H.265/HEVC example custom format, these are the steps to figure out how to config it in flemmarr: 1. Open sonarr 2. Open browser developer tools (F12...
with this `rd=$scheme://$best_http_host$escaped_request_uri` I was able to get the correct redirect uri (as seen in ingress logs), but I could still not make it work with non default port.
I'm not sure what helm test does (or where to read about it), but if you are disabling selfMonitoring, maybe you should also disable tests? ```yaml test: enabled: false ```
Just guessing that in my case it happens because argocd is simply executing kustomize, and kustomize does not work without executing `helm dependency build` prior.
Just encountered the exact scenario as described by @sdickhoven, using kustomize on top of helm, with "kustomized" namespace. Cloud-provider/provisioner: AKS cert-manager version: 1.14.4 Install method: helm
I was able to provision container apps environment specifying infrastructure resource group name and without workload profile via az cli: ```bash az extension add --name containerapp az containerapp env create...