Skip to content

Commit

Permalink
fix cpg demo for python #1693 (#1695)
Browse files Browse the repository at this point in the history
### What's done:
* Added CLASSPATH env var to demo-cpg deployment
  • Loading branch information
icemachined authored Jan 2, 2023
1 parent 1bfe600 commit 6883d3f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
{{- include "spring-boot.common.env" (merge (dict "service" .Values.demo_cpg) .) | nindent 12 }}
- name: JAVA_TOOL_OPTIONS
value: -XX:ReservedCodeCacheSize=48M
- name: CLASSPATH
value: /workspace/BOOT-INF/lib/*:.
volumeMounts:
- {{ include "spring-boot.config-volume-mount" . | indent 14 | trim }}
{{- include "spring-boot.management" .Values.demo_cpg | nindent 10 }}
Expand Down

0 comments on commit 6883d3f

Please sign in to comment.