From 1beae86c1de5511665958247bc6cfff4b5eb7271 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Mon, 15 Mar 2021 11:47:07 -0400 Subject: [PATCH] added 'tower_image_pull_secret' to 'README.md' --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e88c9c..8a6c9ca2 100644 --- a/README.md +++ b/README.md @@ -211,12 +211,13 @@ spec: #### Deploying a specific version of AWX -There are two variables that are customizable for awx the image management. +There are a few variables that are customizable for awx the image management. | Name | Description | Default | | ----------------------- | -------------------------- | ------------------ | | tower_image | Path of the image to pull | ansible/awx:15.0.0 | | tower_image_pull_policy | The pull policy to adopt | IfNotPresent | +| tower_image_pull_secret | The pull secret to use | '' | Example of customization could be: @@ -226,6 +227,7 @@ spec: ... tower_image: myorg/my-custom-awx tower_image_pull_policy: Always + tower_image_pull_secret: pull_secret_name ``` #### Privileged Tasks