Skip to content

Commit

Permalink
Clean up and changes for local QA
Browse files Browse the repository at this point in the history
  • Loading branch information
jkfran committed Nov 22, 2019
1 parent 4d7e97e commit 490add0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
6 changes: 0 additions & 6 deletions configmaps/global-envvars.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions configmaps/proxy-config.yaml

This file was deleted.

9 changes: 5 additions & 4 deletions konf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ def load_values(self, values_file, local_qa=False, docker_tag=None):

# QA overrides
if local_qa:
qa_values = yaml.load(
open("qa-overrides.yaml"), Loader=yaml.FullLoader
)
self.values.update(qa_values[self.deployment_env])
self.values["namespace"] = "default"
self.values["replicas"] = 1

for route in self.values.get("routes", []):
route.update({"replicas": 1})

if docker_tag:
self.values["tag"] = docker_tag
Expand Down
10 changes: 0 additions & 10 deletions qa-overrides.yaml

This file was deleted.

0 comments on commit 490add0

Please sign in to comment.