Skip to content

Commit

Permalink
Fix typo in Kubernetes YAML architecture template
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Aug 9, 2024
1 parent fb46fed commit dd08d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-gcp-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd08d2b

Please sign in to comment.