remove REQUIRE_CRLS setting in favor of DISABLE_CRL_CHECK

This commit is contained in:
dandds
2019-01-18 09:48:43 -05:00
parent 80f633f457
commit 4bd41950c6
5 changed files with 4 additions and 9 deletions

View File

@@ -5,4 +5,4 @@ metadata:
name: atst-worker-envvars
namespace: atat
data:
REQUIRE_CRLS: "False"
DISABLE_CRL_CHECK: "True"

View File

@@ -5,4 +5,4 @@ metadata:
name: atst-worker-envvars
namespace: atat-test
data:
REQUIRE_CRLS: "False"
DISABLE_CRL_CHECK: "True"

View File

@@ -5,4 +5,4 @@ metadata:
name: atst-worker-envvars
namespace: atat-uat
data:
REQUIRE_CRLS: "False"
DISABLE_CRL_CHECK: "True"