Skip to content

Commit

Permalink
add reposHostMapping key (#704)
Browse files Browse the repository at this point in the history
## What
<!-- What is changing in this PR? -->

## Why
<!-- Why are these changes being made? -->

## Notes
<!-- Add any additional notes here -->
  • Loading branch information
eti-codefresh authored Jul 9, 2023
1 parent 464445e commit 9e2d74c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.1.49
VERSION=v0.1.50

OUT_DIR=dist
YEAR?=$(shell date +"%Y")
Expand Down
6 changes: 6 additions & 0 deletions manifests/app-proxy/app-proxy.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ spec:
name: cap-app-proxy-cm
key: reposDir
optional: true
- name: REPOS_HOST_MAPPING
valueFrom:
configMapKeyRef:
name: cap-app-proxy-cm
key: reposHostMapping
optional: true
- name: RUNTIME_NAME
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 9e2d74c

Please sign in to comment.