Skip to content

Commit 9e2d74c

Browse files
add reposHostMapping key (#704)
## What <!-- What is changing in this PR? --> ## Why <!-- Why are these changes being made? --> ## Notes <!-- Add any additional notes here -->
1 parent 464445e commit 9e2d74c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.1.49
1+
VERSION=v0.1.50
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

manifests/app-proxy/app-proxy.deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ spec:
9595
name: cap-app-proxy-cm
9696
key: reposDir
9797
optional: true
98+
- name: REPOS_HOST_MAPPING
99+
valueFrom:
100+
configMapKeyRef:
101+
name: cap-app-proxy-cm
102+
key: reposHostMapping
103+
optional: true
98104
- name: RUNTIME_NAME
99105
valueFrom:
100106
configMapKeyRef:

0 commit comments

Comments
 (0)