notice
This is documentation for Rasa X/Enterprise Documentation v1.2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.4.x).
Version: 1.2.x
Add Image Pull Secrets for Private Registries
To pull an image from a private registry, follow the instructions below.
Create a secret for your private registry by following the Kubernetes or OpenShift guide.
Add the name of the created secret to your
values.yml
file.# images: Settings for the imagesimages:# imagePullSecrets which are required to pull images for private registriesimagePullSecrets:- name: <name of your pull secret>
The secret has to be created before you deploy Rasa Enterprise.