diff --git a/mirroroperator/registrymirror.py b/mirroroperator/registrymirror.py index 9a02ba9..4c60b33 100644 --- a/mirroroperator/registrymirror.py +++ b/mirroroperator/registrymirror.py @@ -347,6 +347,8 @@ def generate_stateful_set(self, stateful_set): value="/etc/registry-certs/tls.crt"), client.V1EnvVar(name="REGISTRY_HTTP_TLS_KEY", value="/etc/registry-certs/tls.key"), + client.V1EnvVar(name="REGISTRY_LOG_ACCESSLOG_DISABLED", + value="true"), client.V1EnvVar(name="REGISTRY_LOG_FORMATTER", value="logstash"), client.V1EnvVar(name="REGISTRY_STORAGE_DELETE_ENABLED",