forked from catalin/fukuops
feat: add argo workflows
This commit is contained in:
parent
8994143831
commit
2c7de2fb4c
11 changed files with 254 additions and 0 deletions
9
tofu/authentik/vars.tf
Normal file
9
tofu/authentik/vars.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
variable "argo_workflows_client_id" {
|
||||
description = "Client ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "argo_workflows_client_secret" {
|
||||
description = "Client secret"
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue