fix
This commit is contained in:
@@ -5,7 +5,7 @@ resource "kubectl_manifest" "config" {
|
||||
metadata:
|
||||
name: "${var.instance}-${var.component}"
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
data:
|
||||
NODE_EXTRA_CA_CERTS: /etc/local-ca/ca.crt
|
||||
INVITE_ONLY_SIGNUP: "true"
|
||||
|
||||
Reference in New Issue
Block a user