[DOCS] Allow override for microservice image repo 33/131033/1
authorJack Lucas <jflos@sonoris.net>
Tue, 20 Sep 2022 16:45:43 +0000 (12:45 -0400)
committerJack Lucas <jflos@sonoris.net>
Tue, 20 Sep 2022 16:45:43 +0000 (12:45 -0400)
Add documentation for the "imageRepositoryOveride"
parameter, which allows specifying an alternative
repository (registry) for the microservice image.

Issue-ID: OOM-2978
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I8541de71841394ce514b0fe3c91b37d0082053dd

.gitignore
docs/sections/dcaeservice_helm_template.rst

index 3bbd496..94a90e3 100644 (file)
@@ -5,3 +5,6 @@ site
 # IDEA intellij project files
 .idea/
 *.iml
+
+# VSCode file
+.vscode/
index a59d735..b3dc29a 100644 (file)
@@ -88,6 +88,23 @@ Example:
 
    image: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.6
 
+**imageRepositoryOverride**:
+
+Alternative repository for the Docker image for the microservice.
+Optional.  If this value is set, the Docker image for the microservice
+will be pulled from the repository specified by this value, instead of
+from the repository set by ``repositoryGenerator.repository``.  Note that
+this alternative repository is used only for the microservice image and
+not for other images (such as images for initContainers).  Note also that
+the alternative repository must not use any form of authentication,
+because there is no way to provide credentials for the repository.
+
+Example:
+
+::
+
+  imageRepositoryOverride: "myrepo.example.org:5000"
+
 **global.pullPolicy** and **pullPolicy**:
 
 These settings control when