JunaidChaudry
JunaidChaudry
Adding an additional feature to support `extraManifests`, which allows end-users to deploy any additional k8s resources that they may want to manage along with the helm chart deployment. Some of...
### All Submissions: * [X] Have you opened an Issue before filing this PR? * [X] Have you signed our [CLA](https://www.mongodb.com/legal/contributor-agreement)? * [X] Have you checked to ensure there aren't...
### Proposal Adding support for `imagePullSecrets` + cleanup using `helpers.tpl`. ## Details - The helm charts currently do not support `imagePullSecrets`, which is often needed if the enduser wants to...
Adding support for `imagePullSecrets` + cleanup using `helpers.tpl`. ## Details - The helm charts currently do not support `imagePullSecrets`, which is often needed if the enduser wants to provide a...
I just installed spegel, and see the following error constantly popping up in all the registry pods. Can anyone explain what this means, and why that is happening? **Error:** ```...
I am trying to install k8s-digester in a 1.32 EKS cluster, but the pods are failing to start and are stuck in a CrashLoopBackOff state. I enabled `DEBUG`, and see...
Adding fix for https://github.com/google/k8s-digester/issues/38
Kubernetes recommends naming the `kustomization` file as `kustomization.yaml` https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/, and [argoCD also requires the same ](https://argo-cd.readthedocs.io/en/stable/user-guide/kustomize/)in order for it to be able to use `kustomize` resources. With the current name,...