Fábio Peruchi
Fábio Peruchi
Hello volta developers. Do you know if it is possible to run volta inside a Docker container on a Mac M1 or AWS Graviton machines? Docker container: ``` ubuntu@8a9bdf478dc6:~$ uname...
### Describe the issue I am using only these non-default configurations on `values.yaml`: ``` containerRuntime: containerd Kubernetes: true fluentbit output: stdout: enable: true ``` For all the namespace I get...
Hi. Could you please help me configure Wazuh or Wazuh Agent so that I can get the Wazuh `aws.accountId` and `aws.region` populated? ``` "aws": { "accountId": "", "region": "" }...
I am having a perpetual Terraform drift when planning (`terraform plan`) this resource below: ``` resource "opsgenie_integration_action" "cloudwatch" { integration_id = opsgenie_api_integration.cloudwatch.id create { order = 1 name = "Create...