Skip to content

Commit

Permalink
chore(artifact): remove MinIO log toggle (#1182)
Browse files Browse the repository at this point in the history
Because

- The `logminioaudit` configuration value has been removed from
`artifact-backend`.

This commit

- Reverts commit f2c2660.
  • Loading branch information
jvallesm authored Feb 21, 2025
1 parent 3a735d6 commit cc9c6e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/core/templates/artifact-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data:
key: /etc/instill-ai/core/ssl/artifact/tls.key
{{- end }}
maxdatasize: {{ .Values.maxDataSizeMB }}
logminioaudit: {{ .Values.artifactBackend.logMinIOAudit }}
database:
username: {{ default (include "core.database.username" .) .Values.database.external.username }}
password: {{ default (include "core.database.rawPassword" .) .Values.database.external.password }}
Expand Down
1 change: 0 additions & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,6 @@ artifactBackend:
user: minioadmin
password: minioadmin
bucketname: instill-ai-knowledge-bases
logMinIOAudit: true
numberOfWorkers: 20
blob:
hostport: http://localhost:8080
Expand Down

0 comments on commit cc9c6e2

Please sign in to comment.