Jesús
Jesús
Hello! I am getting a parse error when trying to use the following policy: ``` ecrOptions: accessPolicy: | { "Statement": [ { "Sid": "AllowCrossAccountPull", "Effect": "Allow", "Principal": { "AWS": "*"...
Hi all, Our number of terragrunt projects is increasing and now the plugin is taking almost 5 minutes to generate the config for all the projects. I have seen that...
Hi! I just found something that IMHO is not working as expected. When i set `--cascade-dependencies=false` there are missing files in the `when_modified` block. Example: I have the following: **resource_a.hcl**...
I am trying to include all logs from a specific namespace but excluding the pods with a label and is not working. ``` extraEnv: - name: LOGDNA_K8S_METADATA_LINE_INCLUSION value: namespace:vcluster-ihq-demos -...
**What happened?** I followed the steps described [here](https://docs-v2.k8ssandra.io/tasks/secure/encryption/) for encrypting the cluster and after facing some problems (see [here](https://github.com/k8ssandra/k8ssandra-operator/issues/682) and [here](https://github.com/k8ssandra/k8ssandra-operator/issues/683)) the encryption setup is working. Now i tried to...