Skip to content

Commit 2b0b621

Browse files
add param to app proxy (#303)
* add param to app proxy * add param to app proxy
1 parent 2a3a4f4 commit 2b0b621

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.278
1+
VERSION=v0.0.279
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
@@ -91,6 +91,12 @@ spec:
9191
name: codefresh-token
9292
key: encryptionIV
9393
optional: true
94+
- name: ARGO_CD_TOKEN
95+
valueFrom:
96+
secretKeyRef:
97+
name: argocd-token
98+
key: token
99+
optional: true
94100
- name: STORE_BACKEND
95101
valueFrom:
96102
configMapKeyRef:

manifests/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.1
8-
version: 0.0.277
8+
version: 0.0.279
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)