Reorganized folder structure
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
output "path" {
|
||||
value = local.gitea_path
|
||||
}
|
||||
|
||||
output "db_path" {
|
||||
value = local.gitea_db_path
|
||||
}
|
||||
|
||||
output "namespace" {
|
||||
value = kubernetes_namespace.gitea.metadata[0].name
|
||||
}
|
||||
|
||||
output "app_name" {
|
||||
value = "gitea"
|
||||
}
|
||||
Reference in New Issue
Block a user