Add REQUIRE_CRLS env variable to allow skipping loading CRLs

This commit is contained in:
Patrick Smith
2018-10-25 14:32:46 -04:00
parent 403d6cd790
commit 73d8df8fe6
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: atst-worker-envvars
namespace: atat
data:
REQUIRE_CRLS: "False"

View File

@@ -153,6 +153,8 @@ spec:
envFrom:
- configMapRef:
name: atst-envvars
- configMapRef:
name: atst-worker-envvars
volumeMounts:
- name: atst-config
mountPath: "/opt/atat/atst/atst-overrides.ini"