Skip to content

Commit

Permalink
Hix helm output comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Nov 27, 2023
1 parent f122d12 commit 77e684c
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 @@ -287,7 +287,7 @@ data:
"imageTag": "9.4.1",
"replicas": 1,
"isJmxEnabled": true,
"ingressType": "NONE",
"ingressType": "NONE",
"k8sVersion": "1.24",
"serviceType": "CLUSTERIP",
"dbType": "UNKNOWN",
Expand Down Expand Up @@ -486,7 +486,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
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ data:
"imageTag": "8.9.7",
"replicas": 1,
"isJmxEnabled": true,
"ingressType": "NONE",
"ingressType": "NONE",
"k8sVersion": "1.24",
"serviceType": "CLUSTERIP",
"dbType": "UNKNOWN",
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 @@ -368,7 +368,7 @@ data:
"imageTag": "8.5.3",
"replicas": 1,
"isJmxEnabled": true,
"ingressType": "NONE",
"ingressType": "NONE",
"k8sVersion": "1.24",
"serviceType": "CLUSTERIP",
"dbType": "UNKNOWN",
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 @@ -257,7 +257,7 @@ data:
"imageTag": "5.2.1",
"replicas": 1,
"isJmxEnabled": true,
"ingressType": "NONE",
"ingressType": "NONE",
"k8sVersion": "1.24",
"serviceType": "CLUSTERIP",
"dbType": "UNKNOWN",
Expand Down

0 comments on commit 77e684c

Please sign in to comment.