From 35139bbfcd7a65625bb1e10473bcdcafb32e49d0 Mon Sep 17 00:00:00 2001 From: nspmx Date: Tue, 23 Apr 2024 18:42:41 -0400 Subject: [PATCH] delete env var on cache --- .github/workflows/google-gke-prod.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/google-gke-prod.yaml b/.github/workflows/google-gke-prod.yaml index 1291e1f..1c80f46 100644 --- a/.github/workflows/google-gke-prod.yaml +++ b/.github/workflows/google-gke-prod.yaml @@ -157,5 +157,4 @@ jobs: --set image.tag=stable \ --set nameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache \ --set fullnameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache \ - --set secrets.TESSERACT_BACKEND=$ENCODED_TESSERACT_BACKEND \ ${{ env.GKE_APP_NAME }}-${{ inputs.release }}-cache --values=./helm/${{ inputs.release }}-cache.yaml mittwald/kube-httpcache \ No newline at end of file