configure vault secrets operator

This commit is contained in:
2024-10-30 11:21:48 +01:00
parent 3a506543ce
commit bbb0bc7d5f
10 changed files with 438 additions and 74 deletions
+11
View File
@@ -0,0 +1,11 @@
variable "gitea_app_id" {
type = string
}
variable "POSTGRES_CREDENTIALS_EDITOR_USERNAME" {
type = string
sensitive = true
}
variable "POSTGRES_CREDENTIALS_EDITOR_PASSWORD" {
type = string
sensitive = true
}