Provider Minio

The parent key for all of the following parameters is appcat.provider.minio.

enabled

type

bool

default

false

If the provider should be installed.

providerConfigRefs

type

array

A list of names for already existing ProviderConfigs.

additionalProviderConfigs

type

array

A list of additional ProviderConfigs that should be deployed via the component. Contains the spec of the ProviderConfig object.

Examples
additionalProviderConfigs:
  - name: minio
    minioURL: http://minio-server.minio.svc:9000/
    credentials:
      apiSecretRef:
        name: minio-secret
        namespace: syn-crossplane

controllerConfig

type

dict

The spec of the ControllerConfig. If the component is deployed on OpenShift, it will automatically add the necessary security context changes to the config.

Consult the upstream documentation for configuration options.