diff --git a/kubernetes/apps/tools/discord-bot/app/secret.yaml b/kubernetes/apps/tools/discord-bot/app/secret.yaml index 10681e950..4479ce41b 100644 --- a/kubernetes/apps/tools/discord-bot/app/secret.yaml +++ b/kubernetes/apps/tools/discord-bot/app/secret.yaml @@ -60,3 +60,6 @@ spec: - secretKey: OUTLINE_API_KEY remoteRef: key: OUTLINE_API_KEY + - secretKey: LOOPDEDUPE_SEARCH_API_KEY + remoteRef: + key: LOOPDEDUPE_SEARCH_API_KEY diff --git a/tf/deployment/modules/shared/1password/account/secrets.tf b/tf/deployment/modules/shared/1password/account/secrets.tf index 0da35cee7..eddb78b87 100644 --- a/tf/deployment/modules/shared/1password/account/secrets.tf +++ b/tf/deployment/modules/shared/1password/account/secrets.tf @@ -95,7 +95,8 @@ module "generated-secrets" { { name = "IMMICH_GITHUB_ACTION_CHECKS_WEBHOOK_SECRET" }, { name = "OUTLINE_ROLE_SYNC_WEBHOOK_SECRET" }, { name = "LOOPDEDUPE_GITHUB_WEBHOOK_SECRET" }, - { name = "LOOPDEDUPE_SECRET_KEY_BASE", length = 64 } + { name = "LOOPDEDUPE_SECRET_KEY_BASE", length = 64 }, + { name = "LOOPDEDUPE_SEARCH_API_KEY" } ] scoped = [ { name = "METRICS_READ_TOKEN" },