Enabling Worker Configuration in Artifactory

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

Note

You can connect Worker to an Artifactory instance running in Kubernetes. Hence, before installing Artifactory, make the following change.

In the custom-values.yaml file, configure the Worker by setting the worker.enabled key to true to activate the Artifactory add-on that executes Worker on Artifactory events. By default, this value is set to false.

artifactory:  
    worker:    
        enabled: true

Note

If you are overriding the default system.yaml file provided with the Artifactory Helm Chart, you should add the following section to your custom system.yaml file:

shared:
  extraJavaOpts: "-Dartifactory.workers.addon.support=true"
  featureToggler:
    worker: true
access:
  worker:
    enabled: true