Leonardo Torres Montero

Results 8 comments of Leonardo Torres Montero
trafficstars

It would be great if there was a way to configure multiple destinations: i.e. ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: '' spec: destinations: - name: '' namespace: '' server:...

I don't agree with have to configure my proxy to pass to /swaggerui, what about when I have multiple microservices behind the same proxy? Please considere use the prefix, to...

> @ltmleo in the docs I do not see a `--no-fail` option, maybe you are using an old version of contest? Actually, i'm using the latest version: ``` conftest --version...

This is exactly what I looking for, there is some workaround? I'm using `SelectFieldFromApi`, and I need to pass a previous parameter as an arg of the API. Thanks!

> @Piroddi Good to know, thanks ! fyi: as an alternative, I was able to work around this issue using the claimMapping option from Dex and setting the preferred_username as...

Any update? Same error here: `az container create -g {} -f {}.yaml` ``` azure-cli 2.60.0 * core 2.60.0 * telemetry 1.1.0 Extensions: aks-preview 1.0.0b6 Dependencies: msal 1.28.0 azure-mgmt-resource 23.1.0b2 Python...

I just realized that my yaml file (exported using az container show) does not have the same format as the expected form az container created. See [this documentation](https://learn.microsoft.com/en-us/azure/container-instances/using-azure-container-registry-mi#deploy-a-multi-container-group-in-a-virtual-network-using-yaml-and-the-azure-cli), might help.