Ibraheem Al Saady

Results 7 issues of Ibraheem Al Saady

Trying to run this query `sum(irate(container_network_receive_bytes_total{cluster="workload-1"}[4h:1h])) by (pod)` but its not working Grafana error: `Cannot read property 'result' of undefined` Here is the request endpoint ``` /api/datasources/proxy/3/api/v1/query_range?query=sum(irate(container_network_receive_bytes_total%7Bcluster%3D%22workload-1%22%7D%5B4h%3A1h%5D))&start=1613397765&end=1613401365&step=15&namespace=monitoring ``` From Grafana,...

I'm trying to add a plus/minus symbol for a time zone. I've modified the definitions in the config like this ```javascript uiMaskConfigProvider.maskDefinitions({'A': /[a-z]/, '*': /[a-zA-Z0-9\+\-\s]/}); ``` and my html looks...

The terraform runner Dockerfile does not have user set. Check [here](https://github.com/kuptan/terraform-runner/blob/master/Dockerfile#L41) The reason for that decision came when support for private SSH keys was introduced as there were issues adding...

kind/security

If the `pod` fails to mount the secret based on a variable that have `dependencyRef` on a `key` that does not exist, it will cause the pod to be in...

kind/bug

When the terraform operator was created with Kubebuilder, it was already created with Ginkgo V1. Ginkgo V2 has been out for some time. There is an open issue here on...

kind/build

The terraform runner pod is logging the following ```bash time="2022-07-14T19:19:56Z" level=error msg="failed to list files in the var files path" error="open /tmp/tfvars: no such file or directory" ``` **To Reproduce**...

kind/bug

**Describe the solution you'd like** A way to schedule Terraform workflows and run either `plan` or `apply` **Additional context** The configuration could look something like this ```yaml apiVersion: run.terraform-operator.io/v1alpha1 kind:...

kind/feature