Skip to content

Commit

Permalink
fix activitylog env variable, see owncloud/ocis#10079
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Oct 7, 2024
1 parent 5e359a4 commit bfe49b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ocis/templates/activitylog/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit bfe49b9

Please sign in to comment.