Skip to content

Commit

Permalink
Using MAVEN_OPTS instead.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Oct 28, 2024
1 parent fe4112a commit 488aba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/tackle/templates/customresource-addon-analyzer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
env:
- name: PORT
value: ${seq:8000}
- name: M2
value: {{ cache_mount_path }}/m2
- name: MAVEN_OPTS
value: -Dmaven.repo.local={{ cache_mount_path }}/m2
resources:
limits:
cpu: {{ provider_java_container_limits_cpu }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
env:
- name: PORT
value: ${seq:8000}
- name: M2
value: {{ cache_mount_path }}/m2
- name: MAVEN_OPTS
value: -Dmaven.repo.local={{ cache_mount_path }}/m2
resources:
limits:
cpu: {{ provider_java_container_limits_cpu }}
Expand Down

0 comments on commit 488aba2

Please sign in to comment.