Skip to content

Commit

Permalink
Pass additional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Aug 20, 2024
1 parent 297fb3f commit 4ce8511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/runtime/fsm/runtime_fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ func NewFsm(log logr.Logger, cfg RCCfg, k8s K8s) Fsm {
RCCfg: cfg,
log: log,
K8s: k8s,
AuditLogging: auditlogging.NewAuditLogging(cfg.AuditLog.TenantConfigPath, cfg.AuditLog.PolicyConfigMapName, k8s.ShootClient),
AuditLogging: auditlogging.NewAuditLogging(cfg.AuditLog.TenantConfigPath, cfg.AuditLog.PolicyConfigMapName, k8s.ShootClient, log),
}
}

0 comments on commit 4ce8511

Please sign in to comment.