mustafaStakater

Results 11 comments of mustafaStakater

We are using openshift 4.10 & extract schema from openshift openapi endpoint and convert it using openshift2jsonschema utility. it generates json schemas for all resources like in the image below....

The above file you added is failing for my schemas, you can see schema in the repo below https://github.com/mustafaStakater/sharing/tree/main/kubeconform/ Before using change $ref field on **line 27,31,35** in **service-v1.json**

**Service** and **Deployments** are most basic kinds, we cant **ignore/skip** them because almost all applications contain services & deployments. We arent using it locally, we intend to use it inside...

@aslafy-z okay ill take a look into it

hello @aslafy-z, ill add it to sprint, and hopefully will be done within 2 or 3 weeks

hello @aslafy-z , would it be possible for you to take out time for this and generate a pr with the required changes. accommodating this in our sprint is looking...

Duplicates https://github.com/mrparkers/terraform-provider-keycloak/issues/930

I think theres a pull request for this already https://github.com/mrparkers/terraform-provider-keycloak/pull/764

Theres a pull request for this already https://github.com/mrparkers/terraform-provider-keycloak/pull/764

helm install dry run should be run with `values-test.yaml` because it deploys more resources. you will need to install few helm charts for sealedsecrets, grafana, imc etc in kind before...