-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvalues.yaml
29 lines (29 loc) · 1.46 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GitServer:
# Username and password that CP4WAIOps will use to authenticate with the server
username: replaceme
password: replaceme
# The name of the repo, should match setting in build-args.env
repo: replaceme
# The name of the Git-Server image, should match setting in build-args.env, and must be pullable from the environment
# e.g. image-registry.openshift-image-registry.svc:5000/namespace/airgap-server
image: replaceme
imagePullSecrets:
- name: replaceme
# Details of connector bundles being deployed via this GitServer
Bundles:
- name: airgap-sample # Name of the connector
# Locations of the bundles artifacts for prereqs and instance for this connector
paths:
prereqs: /bundle-artifacts/prereqs
instanced: /bundle-artifacts/connector
# Image locations, not including tag or digest, "local" must be pullable from the cluster and "microedge" must be
# pullable from wherever microedge deployment may be desired
images:
local:
- name: replaceme # e.g ibm-grpc-sample-connector
newName: replaceme # e.g. image-registry.openshift-image-registry.svc:5000/namespace/ibm-grpc-sample-connector
newTag: replaceme # e.g. unreleased-main-latest
microedge:
- name: replaceme # e.g ibm-grpc-sample-connector
newName: replaceme # e.g. image-registry-openshift-image-registry.apps.mycluster.com/namespace/ibm-grpc-sample-connector
newTag: replaceme # e.g. unreleased-main-latest