Skip to content

Commit

Permalink
fix(poketwo-forms): formium's cert is expired
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Aug 3, 2024
1 parent 4391f82 commit 398a7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/guiduck/poketwo-forms.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
{ name = "FORMIUM_TOKEN"; valueFrom.secretKeyRef = { name = "poketwo-forms"; key = "formium-token"; }; }
{ name = "DISCORD_CLIENT_ID"; valueFrom.secretKeyRef = { name = "poketwo-forms"; key = "discord-client-id"; }; }
{ name = "DISCORD_CLIENT_SECRET"; valueFrom.secretKeyRef = { name = "poketwo-forms"; key = "discord-client-secret"; }; }

# FIXME: Remove this when Formium fixes their site
{ name = "NODE_TLS_REJECT_UNAUTHORIZED"; value = "0"; }
];
}];
imagePullSecrets = [{ name = "ghcr-auth"; }];
Expand Down

0 comments on commit 398a7cc

Please sign in to comment.