Adrian Dabuleanu
Adrian Dabuleanu
### Problem Statement The current kyverno-policies chart installs ClusterPolicy resources which apply to the entire cluster. I want to be able to use the chart to install the same policies...
# Describe the feature you'd like to have # Run ceph-csi as non-root and with configurable UID/GID. # What is the value to the end user? (why is it a...
Hello. Is there a possibility to configure an ApplicationSet to create Applications with [helm](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/) or [git](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications) sources? Example: ``` spec: source: repoURL: "{{source.repoURL}}" chart: "{{source.chart}}" # how will this key...
# Bug description The `Tenant` CR let's you define the [kubernetes resource quotas](https://capsule.clastix.io/docs/general/crds-apis/#tenantspecresourcequotas-1). One such resource quota is [object count](https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota), for example jobs count is defined by `count/jobs.batch`. While defining...
## Problem Statement I want to be able to set `securityContext` so pods can be set up to run as NonRoot for security reasons. There are a couple of places...
For the following openapi 3 multi-part: ``` openapi: 3.0.3 paths: /endpoint: post: operationId: create requestBody: content: multipart/form-data: schema: $ref: "#/components/schemas/Request" components: schemas: Request: type: object properties: mystring: type: string myint:...
I am trying to implement an endpoint to download a file from a bucket. Following the [swagger documentation](https://swagger.io/docs/specification/describing-responses/#response-that-returns-a-file) , I have created the following openapi schema: ``` openapi: 3.0.3 paths:...
### Feature or Problem Description Add schema compatibility rules for XSD. ### Proposed Solution A solution similar with the [JSON compatibility rules](https://github.com/Apicurio/apicurio-registry/tree/main/schema-util/json/src/main/java/io/apicurio/registry/rules/compatibility) or [protobuf compatibility rules](https://github.com/Apicurio/apicurio-registry/tree/main/schema-util/protobuf/src/main/java/io/apicurio/registry/rules/compatibility). ### Additional Context Currently...
**Summary** Kubeapps alternatives **Background and rationale** Kubeaps will be EOL on August 2025. **Description** Kubeaps will be EOL on August 2025. What are the enterprise grade alternatives for Kubeapps? I...