Yeray Borges
Yeray Borges
Review and add the expected community standard documents, for example: - Code of conduct - Contributing - Security policy - Code owners And optionally: - Issue templates - Pull request...
So far we have been using Go 1.17.x, however more recent go versions, e.g. go 1.19.x generate a slightly different format for code comments. The task here is just to...
There are several targets at the make file that automatically download and install the required tools if they are not yet available locally. For example, the following tools are automatically...
At first glance, this feature could be targeting only log modifications, but we could discuss if we want to allow to run arbitrary any CLI script. Obviously, any change applied...
This issue could be relevant for Bootable JAR or regular S2I images. We could add the ability to attach a CLI from a configmap by using the CRD and execute...
## Overview At the moment there are no possibilities to mount arbitrary persistent volumes to the server pods created by the Operator. The Operator allows the configuration of a persistent...
The example does not work with the following image quay.io/wildfly-quickstarts/taskrs-app:18.0 This image does not contain the `postgresql-datasource`, so we cannot configure it with supplied `examples/postgresql/crds/taskrs-app.yaml` custom resource definition. I would...
With the operator, it is not possible to mount configMap to $JBOSS_HOME/extensions. We need to be able to mount a ConfigMap by configuring the mountPath of this config map.
Right now we can pass build time environment variables appending them with -D to the maven goal. For example If I am using a feature pack that requires configurations via...
Jira issue: https://issues.redhat.com/browse/WFLY-18445