From bfe49b933aac1f2a292f28edc56b6a57ab4ef624 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 7 Oct 2024 09:30:05 +0200 Subject: [PATCH] fix activitylog env variable, see https://github.com/owncloud/ocis/pull/10079 --- charts/ocis/templates/activitylog/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ocis/templates/activitylog/deployment.yaml b/charts/ocis/templates/activitylog/deployment.yaml index e237edc7..2e5f8f62 100644 --- a/charts/ocis/templates/activitylog/deployment.yaml +++ b/charts/ocis/templates/activitylog/deployment.yaml @@ -57,7 +57,7 @@ spec: configMapKeyRef: name: {{ include "config.authService" . }} key: service-account-id - - name: ACTIVITYOG_SERVICE_ACCOUNT_SECRET #TODO: https://github.com/owncloud/ocis/issues/10013 + - name: ACTIVITYLOG_SERVICE_ACCOUNT_SECRET valueFrom: secretKeyRef: name: {{ include "secrets.serviceAccountSecret" . }}