From d73ca1d9175b5763a1ccd982930f4cea48c8d7c9 Mon Sep 17 00:00:00 2001 From: Christian Nunciato Date: Fri, 11 Oct 2024 12:16:58 -0700 Subject: [PATCH] Fix typo in Kubernetes YAML architecture template (#821) --- kubernetes-gcp-yaml/Pulumi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes-gcp-yaml/Pulumi.yaml b/kubernetes-gcp-yaml/Pulumi.yaml index 880a36b76..780b7af99 100644 --- a/kubernetes-gcp-yaml/Pulumi.yaml +++ b/kubernetes-gcp-yaml/Pulumi.yaml @@ -71,7 +71,7 @@ resources: workloadPool: ${gcp:project}.svc.id.goog # Create a new service account for the nodepool gke-nodepool-sa: - type: gcp:serviceAccount:Account + type: gcp:serviceaccount:Account properties: accountId: ${gke-cluster.name}-np-1-sa displayName: Nodepool 1 Service Account