Add REQUIRE_CRLS env variable to allow skipping loading CRLs
This commit is contained in:
8
deploy/kubernetes/atst-worker-envvars-configmap.yml
Normal file
8
deploy/kubernetes/atst-worker-envvars-configmap.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: atst-worker-envvars
|
||||
namespace: atat
|
||||
data:
|
||||
REQUIRE_CRLS: "False"
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user