Skip to content

Commit 25d8f14

Browse files
authored
refactor: Remove unused testing variable. (#369)
1 parent 0b12f37 commit 25d8f14

File tree

5 files changed

+1
-577
lines changed

5 files changed

+1
-577
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
- Added documentation for cloud-native bucket access [#364](https://github.com/developmentseed/eoapi-k8s/pull/364)
11+
- Removed unused testing variable and unused deploy script [#369](https://github.com/developmentseed/eoapi-k8s/pull/369)
1112

1213
### Added
1314

charts/eoapi/profiles/experimental.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
# helm install eoapi ./charts/eoapi -f profiles/experimental.yaml
88
# helm upgrade eoapi ./charts/eoapi -f profiles/experimental.yaml
99

10-
# Enable testing mode for experimental features
11-
testing: false
12-
1310
######################
1411
# DATABASE
1512
######################

charts/eoapi/tests/ingress_tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ tests:
3838
ingress.className: "traefik"
3939
ingress.pathType: "Prefix"
4040
ingress.host: "eoapi.local"
41-
testing: true
4241
raster.enabled: false
4342
stac.enabled: true
4443
vector.enabled: false
@@ -70,7 +69,6 @@ tests:
7069
ingress.className: "traefik"
7170
ingress.pathType: "Prefix"
7271
ingress.host: "eoapi.local"
73-
testing: false
7472
raster.enabled: false
7573
stac.enabled: false
7674
vector.enabled: false

charts/eoapi/values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ comment_install: >
1414
# the correct updated value otherwise it's defaulted
1515
gitSha: "gitshaABC123"
1616

17-
######################
18-
# TESTING
19-
######################
20-
# only used in CI for running parallel helm installs
21-
testing: false
22-
2317
#######################
2418
# SERVICE ACCOUNT
2519
#######################

0 commit comments

Comments
 (0)