wildfly-operator
wildfly-operator copied to clipboard
Include the WildFly operator in the OperatorHub catalog in OpenShift by default.
Currently, the WildFly operator is not included in the OpenShift OperatorHub. It must be added from the community operators to be visible using yaml:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: operatorhubio-catalog
namespace: openshift-marketplace
spec:
displayName: Community Operators
grpcPodConfig:
securityContextConfig: restricted
image: quay.io/operatorhubio/catalog:latest
publisher: OperatorHub.io
sourceType: grpc
updateStrategy:
registryPoll:
interval: 60m
Purpose of this issue is to get WildFly operator to OperatorHub catalog by default.
Aren't we missing record here https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators, as successor of https://github.com/operator-framework/community-operators, where wildfly can be found.