Skip to content

Commit 61f6e31

Browse files
committed
fix: disable virus scanning in test/dev (no ClamAV pods)
1 parent f20f23c commit 61f6e31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helm/eagle-api/values-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
ANALYTICS_DEBUG: "true"
2626
ANALYTICS_ENHANCED_TRACKING: "true"
2727
ANALYTICS_TRAFFIC_TRACKING: "true"
28+
ENABLE_VIRUS_SCANNING: "false"
2829

2930
keycloak:
3031
url: "https://dev.loginproxy.gov.bc.ca/auth"

helm/eagle-api/values-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
ANALYTICS_DEBUG: "true"
2626
ANALYTICS_ENHANCED_TRACKING: "true"
2727
ANALYTICS_TRAFFIC_TRACKING: "true"
28+
ENABLE_VIRUS_SCANNING: "false"
2829

2930
keycloak:
3031
url: "https://test.loginproxy.gov.bc.ca/auth"

0 commit comments

Comments
 (0)