From 8a4fcf7024292660adf161277d61349b5061ee40 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 12 Apr 2024 17:17:46 -0300 Subject: [PATCH] ci: comment out DATATRACKER_STATIC_URL env --- helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 5e11dfa70..ed568094c 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -612,10 +612,10 @@ env: # DATATRACKER_DBPASS: "RkTkDPFnKpko" # secret DATATRACKER_DJANGO_SECRET_KEY: "PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHk" # secret - + # Set this to point testing / staging at the production statics server until we # sort that out - DATATRACKER_STATIC_URL: "https://static.ietf.org/dt/12.10.0/" + # DATATRACKER_STATIC_URL: "https://static.ietf.org/dt/12.10.0/" # DATATRACKER_EMAIL_DEBUG: "true"