fix
This commit is contained in:
@@ -18,5 +18,7 @@ data "kubernetes_secret_v1" "authentik" {
|
||||
}
|
||||
|
||||
data "kustomization_overlay" "data" {
|
||||
namespace = var.namespace
|
||||
common_labels = local.common-labels
|
||||
resources = []
|
||||
}
|
||||
|
||||
@@ -25,11 +25,6 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
apps:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
parent:
|
||||
default: employes
|
||||
enum:
|
||||
@@ -39,6 +34,11 @@ options:
|
||||
examples:
|
||||
- employes
|
||||
type: string
|
||||
apps:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
|
||||
Reference in New Issue
Block a user