Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Feb 7, 2024
1 parent 0268f3b commit 483f221
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/expected_helm_output/bamboo/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ spec:
- name: ATL_IMPORT_OPTION
value: clean
- name: ATL_IMPORT_PATH
value:
value:
- name: ATL_BAMBOO_ENABLE_UNATTENDED_SETUP
value: "true"
ports:
Expand Down Expand Up @@ -575,7 +575,7 @@ metadata:
spec:
containers:
- name: test
image: alpine
image: alpine:latest
imagePullPolicy: IfNotPresent
env:
- name: STATUS_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ metadata:
spec:
containers:
- name: test
image: alpine
image: alpine:latest
imagePullPolicy: IfNotPresent
env:
- name: STATUS_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
-Dconfluence.clusterNodeName.useHostname=true
-Datlassian.logging.cloud.enabled=false
-XX:ActiveProcessorCount=2
-javaagent:/var/atlassian/application-data/shared-home/jmx_prometheus_javaagent.jar=9999:/opt/atlassian/jmx/jmx-config.yaml
-javaagent:/var/atlassian/application-data/shared-home/jmx_prometheus_javaagent.jar=9999:/opt/atlassian/jmx/jmx-config.yaml
max_heap: 1g
min_heap: 1g
reserved_code_cache: 256m
Expand Down Expand Up @@ -740,7 +740,7 @@ metadata:
spec:
containers:
- name: test
image: alpine
image: alpine:latest
env:
- name: STATUS_URL
value: "http://unittest-confluence:80/status"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/expected_helm_output/crowd/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ metadata:
spec:
containers:
- name: test
image: alpine
image: alpine:latest
env:
- name: STATUS_URL
value: "http://unittest-crowd:80/crowd/status"
Expand Down

0 comments on commit 483f221

Please sign in to comment.