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