Ahmed AbouZaid

Results 64 issues of Ahmed AbouZaid

**Is your feature request related to a problem? Please describe.** I needed an icon for Bank-Vaults for presentation and diagrams but the official logo in the repo is a bit...

Hello, Using config-lint `v1.1.0` (latest release), with this TF file: ```hcl locals { buckets = [ "public", "private" ] } output "gsb" { value = { buckets = values(google_storage_bucket.bucket)[*]["url"] }...

bug

Hi, thanks for that great tool it's super handy :clap: Since the tool actually is able to export, I believe it would be easy to have a `search` option so...

enhancement

I'd like to release charts based on custom git tags (e.g. `v1.0.0`) but looks like the only supported method by `chart-releaser-action` is a release from a branch. Let's assume we...

Based on @seh [tip](https://github.com/kubernetes-sigs/kustomize/issues/4347#issuecomment-1140290946) in #4347 This change makes a deep copy from the loader config instead of passing a reference to the config. How to test: Follow the steps...

cncf-cla: yes
size/L
ok-to-test

https://github.com/DevOpsHiveCloud/awesome-kustomize [Kustomize](https://kustomize.io/) introduces a template-free way to customize Kubernetes manifests. It's extensible and uses a purely declarative approach to configuration customization, which will help you efficiently manage your Infrastructure as...

Hi :wave: Thanks for this nice test suite, it's pretty useful. I use Venom in [Camunda Platform Helm charts](https://github.com/camunda/camunda-platform-helm) integration tests. **Use case:** I want to control the loop steps...

While using `skip` testcase/step I just realized that skip assertions don't preserve the case. It's exactly as in #527 but looks like the implementation wasn't done for `skip` assertions. ```...

bug

### Name and Version docker.io/bitnami/elasticsearch (all versions) ### What is the problem this feature will solve? I'm using [bitnami/elasticsearch](https://artifacthub.io/packages/helm/bitnami/elasticsearch) Helm chart and I want to configure [readOnlyRootFilesystem](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) for security. To...

triage
feature-request

Hi again :wave: As mentioned in PR no. #170, instead of dealing with KRM inside Kubeconform, it's better to expose it as a module and use it externally. In the...