Skip to content

Commit 7788f0d

Browse files
ATGardnerdaniel-codefresh
authored andcommitted
CR-15471-insecure-git-providers (#130)
* add initContainer to app-proxy
1 parent 887e53f commit 7788f0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

csdp/base_components/apps/app-proxy/_components/codefresh-base/app-proxy.deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ spec:
3333
volumeMounts:
3434
- mountPath: /app/config/tls
3535
name: tls-certs
36-
readOnly: true
3736
- mountPath: /app/config/all
3837
name: all-certs
3938
resources:
@@ -178,11 +177,10 @@ spec:
178177
volumeMounts:
179178
- mountPath: /app/config/all
180179
name: all-certs
181-
readOnly: true
182180
volumes:
183181
- name: all-certs
184182
emptyDir: {}
185-
- name: tls-certs
186-
configMap:
183+
- configMap:
187184
defaultMode: 420
188185
name: argocd-tls-certs-cm
186+
name: tls-certs

0 commit comments

Comments
 (0)