File tree Expand file tree Collapse file tree 5 files changed +1
-577
lines changed
Expand file tree Collapse file tree 5 files changed +1
-577
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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# #####################
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ comment_install: >
1414# the correct updated value otherwise it's defaulted
1515gitSha : " 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# ######################
You can’t perform that action at this time.
0 commit comments