Taras Bondarchuk
Taras Bondarchuk
Would be nice to be able to activate profile based on devspace's variables like `DEVSPACE_NAMESPACE`. Those are accessible in vars source command, but not as env var for activation. P.S....
### Description S3Copy does not work cross region, while `aws s3 cp` does. ### Steps to Reproduce S3 copy failing example: ``` withAWS(role: "${UPLOAD_ROLE}", roleAccount: "${UPLOAD_ACCOUNT_ID}") { s3Copy( fromBucket: "${US_BUCKET}",...
I've been playing with generic/hmac receivers and found out that payload actually doesn't matter at all for them. While generic webhook documentation states quite clearly that "the controller will not...
Current documentation shows only example of putting AWS access key to k8s secret, so in order to use irsa role on eks I had to do a bit of docs...
TL;DR - are there any other examples of complex flux config repo with multiple clusters/apps/envs/tenants? I really like FluxCD documentation - guides, apis - everything you need to get going...
### What happened? 1. deployed Istio using helm chart (btw, istio operator is [discouraged](https://istio.io/latest/docs/setup/install/operator/) to use now) 2. gateway selector is different for chart: > If you installed Istio using...
Currently there are no way to pass custom pod configs via crds, like nodeSelector/tolerations/topologySpreadConstraints/affinity/etc (unless I'm missing something?) There is only arch/zone/region though not sure what exactly they configure, labels?