add mcaptcha [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-24 18:46:47 +00:00
parent 83545c6327
commit 5e4623ea18
2 changed files with 20 additions and 5 deletions

View file

@ -1,9 +1,9 @@
variable namespace {}
variable password {}
variable dockerhub_creds_secret_name {
variable "namespace" {}
variable "password" {}
variable "dockerhub_creds_secret_name" {
default = "dockerhub-creds"
}
variable username {
variable "username" {
default = "viktorbarzin"
}