fix
This commit is contained in:
@@ -21,6 +21,7 @@ resource "kubectl_manifest" "pvc" {
|
||||
name: "${var.component}-${var.instance}"
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
ownerReferences: ${jsonencode(var.install_owner)}
|
||||
annotations:
|
||||
resize.kubesphere.io/storage_limit: "${var.storage.volume.maxSize}"
|
||||
spec: ${jsonencode(local.pvc_spec)}
|
||||
|
||||
Reference in New Issue
Block a user