set images to pull from configured registries
Add yaml to the fluxcd manifest which is compatible with the platform's
image pull and service parameter registry override handling. The
platform will pull the image and populate registry.local, and the vault
injector agent will pull from registry.local.
Story: 2010393
Task: 47927
Test Plan:
PASS: sysinv.log shows that agentImage image is pulled when vault
server image is hardcoded differently
PASS: agent image pulls when public network is blocked
PASS: agent image pulls when it is different than vault server image
PASS: vault app test, including vault un-aware application
Change-Id: Idd1215744bb31881127a6be23cf570166c79fad8
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
@@ -28,7 +28,15 @@ injector:
|
||||
repository: hashicorp/vault-k8s
|
||||
tag: 0.14.2
|
||||
agentImage:
|
||||
repository: hashicorp/vault
|
||||
# Add yaml compatible with starlingx platform image pull, and
|
||||
# service-parameter registry overrides. This will pull from
|
||||
# private or public registry into registry.local. docker.io
|
||||
# registry is assumed when omitted:
|
||||
image:
|
||||
repository: hashicorp/vault
|
||||
tag: 1.9.2
|
||||
# Set the vault yaml to refer to registry.local pulled as above
|
||||
repository: registry.local:9001/docker.io/hashicorp/vault
|
||||
tag: 1.9.2
|
||||
tolerations: |
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
|
||||
Reference in New Issue
Block a user