Ricardo Hernandez

Results 10 comments of Ricardo Hernandez

There's one option commented on https://github.com/conda/conda/issues/7980. The idea is to activate the anaconda (conda) functions on the shell that direnv creates and then activate the environment using the exported variables...

The eval and then activate option works on [direnv](https://direnv.net/) too, that basically spawns bash to collect exported variables or execute commands

I also have a need for this, what I'm thinking is having an admission controller that will add a `/` prefix to any PVC using storageClass `efs-` or whatever I...

As a complimentary comment, in order to expand the volume I needed to do it manually modifying the PVC/s directly. The resize happens and Prometheus starts healthy. I've modified the...

This is partially done. Automated deployments and Access permissions is handled by the AWS CDK, and having a staging environment will be with that too. Implement testing is still a...

I think it makes more sense to split this issue in one per requirement, having proper scoping for each bullet point that is mentioned

Currently the backend repo has configuration to deploy to an AWS test and prod account passing proper parameters. Initial set of testing has been introduced both for the CDK and...

The code is in place to send the reminder according to the regulation type, the only thing missing are the email templates, the code uses a placeholder for the moment.

The problem is that after the acm certificate is created, it's no longer possible to add new SANs to the same cert. This restriction happens on the AWS side. @bartvollebregt...

Just noticed the same behavior as I also use fish. The reason it didn't work out of the box for me is that I don't use fish as my login...