Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Refactoring unused params (#23)
Browse files Browse the repository at this point in the history
* Unused parameters removed

* Unused parameters removed

* adds comment for env.open

Signed-off-by: Egor I <[email protected]>

---------

Signed-off-by: Egor I <[email protected]>
Co-authored-by: Egor I <[email protected]>
  • Loading branch information
alexey-bogdanov and cheshi-mantu authored Aug 2, 2024
1 parent d033237 commit 6f6ef9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: testops
version: 5.6.6
appVersion: 5.6.4
version: 5.7.0
appVersion: 5.7.0

description: TestOps

Expand Down
6 changes: 0 additions & 6 deletions charts/testops/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@
value: kubernetes
- name: ALLURE_ENDPOINT
value: "{{ ternary "https" "http" .Values.network.tls.enabled }}://{{ .Values.instanceFqdn }}"
- name: ALLURE_EE_GATEWAY_SERVICE_HOST
value: "{{ template "allure-testops.fullname" . }}"
- name: ALLURE_EE_TESTOPS_SERVICE_PORT
value: "{{ .Values.port }}"
- name: ALLURE_EE_GATEWAY_SERVICE_PORT
value: "{{ .Values.port }}"
- name: SERVER_PORT
value: "{{ .Values.port }}"
- name: MANAGEMENT_PROMETHEUS_METRICS_EXPORT_ENABLED
Expand Down
8 changes: 6 additions & 2 deletions charts/testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# for version upgrades, select the desired version of the application and the most recent chart
# minimal version of Allure Testops supported by this chart is 5.3.3
############################################################################################################
version: 5.6.4
version: 5.7.0

############################################################################################################
# Deploy related
Expand Down Expand Up @@ -173,7 +173,11 @@ certificates:
# env section allows passing extra environment variables to the service in case you require something specific
# and it is not included into the standard chart
# usage example
# ENVVAR: value
# env:
# open:
# ENV_VAR_ONE: "value1"
# ENV_VAR_TWO: "value2"
# ENV_VAR_THREE: value3
############################################################################################################
env:
open: {}
Expand Down

0 comments on commit 6f6ef9c

Please sign in to comment.