Refacto OAuth2

This commit is contained in:
2024-05-12 13:46:09 +02:00
parent 82a179dad3
commit 9f12af60bc
7 changed files with 70 additions and 83 deletions

View File

@@ -10,10 +10,6 @@ variable "namespace" {
variable "labels" {
type = map(string)
}
variable "selector" {
type = map(string)
default = null
}
variable "annotations" {
type = map(string)
default = {}