We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464445e commit 9e2d74cCopy full SHA for 9e2d74c
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=v0.1.49
+VERSION=v0.1.50
2
3
OUT_DIR=dist
4
YEAR?=$(shell date +"%Y")
manifests/app-proxy/app-proxy.deploy.yaml
@@ -95,6 +95,12 @@ spec:
95
name: cap-app-proxy-cm
96
key: reposDir
97
optional: true
98
+ - name: REPOS_HOST_MAPPING
99
+ valueFrom:
100
+ configMapKeyRef:
101
+ name: cap-app-proxy-cm
102
+ key: reposHostMapping
103
+ optional: true
104
- name: RUNTIME_NAME
105
valueFrom:
106
configMapKeyRef:
0 commit comments