Skip to content

Commit 6883d3f

Browse files
authored
fix cpg demo for python #1693 (#1695)
### What's done: * Added CLASSPATH env var to demo-cpg deployment
1 parent 1bfe600 commit 6883d3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

save-cloud-charts/save-cloud/templates/demo-cpg-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
{{- include "spring-boot.common.env" (merge (dict "service" .Values.demo_cpg) .) | nindent 12 }}
3030
- name: JAVA_TOOL_OPTIONS
3131
value: -XX:ReservedCodeCacheSize=48M
32+
- name: CLASSPATH
33+
value: /workspace/BOOT-INF/lib/*:.
3234
volumeMounts:
3335
- {{ include "spring-boot.config-volume-mount" . | indent 14 | trim }}
3436
{{- include "spring-boot.management" .Values.demo_cpg | nindent 10 }}

0 commit comments

Comments
 (0)