From 13feb53956a22ee2e8caabb1a81d02f9a0cf966b Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:08:33 +0200 Subject: [PATCH] remove non existing AUTH_SERVICE_API_KEY (#413) --- charts/ocis/templates/authservice/deployment.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/ocis/templates/authservice/deployment.yaml b/charts/ocis/templates/authservice/deployment.yaml index 061141a9d..130184211 100644 --- a/charts/ocis/templates/authservice/deployment.yaml +++ b/charts/ocis/templates/authservice/deployment.yaml @@ -56,12 +56,6 @@ spec: name: {{ include "secrets.jwtSecret" . }} key: jwt-secret - - name: AUTH_SERVICE_API_KEY - valueFrom: - secretKeyRef: - name: {{ include "secrets.machineAuthAPIKeySecret" . }} - key: machine-auth-api-key - - name: AUTH_SERVICE_SERVICE_ACCOUNT_ID valueFrom: configMapKeyRef: