fix
This commit is contained in:
@@ -6,7 +6,7 @@ resource "kubectl_manifest" "backup_schedule" {
|
||||
metadata:
|
||||
name: "${var.instance}-backup"
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
spec:
|
||||
backend:
|
||||
repoPasswordSecretRef:
|
||||
|
||||
Reference in New Issue
Block a user