From e2b73e8cf5fd37b8f80f3bd3266d058b6a5e4242 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Sat, 13 Jan 2018 19:57:47 +0000 Subject: [PATCH] Update boulder FAKE_DNS var --- contrib/charts/boulder/templates/boulder-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/charts/boulder/templates/boulder-deployment.yaml b/contrib/charts/boulder/templates/boulder-deployment.yaml index aa3b7a709..f095b7bcf 100644 --- a/contrib/charts/boulder/templates/boulder-deployment.yaml +++ b/contrib/charts/boulder/templates/boulder-deployment.yaml @@ -24,7 +24,7 @@ spec: - name: BOULDER_CONFIG_DIR value: test/config - name: FAKE_DNS - value: 10.0.0.10 + value: 10.96.0.10 - name: PKCS11_PROXY_SOCKET value: tcp://boulder-hsm:5657 image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"