Skip to content

Commit 0478769

Browse files
authored
Merge pull request #5518 from kahirokunn/fix-credential-providers-struct
KEP-5339: fix typo in ClusterProfile credentialProviders example
2 parents 3ffc27b + 2e5222b commit 0478769

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-multicluster/5339-clusterprofile-plugin-credentials

1 file changed

+3
-3
lines changed

keps/sig-multicluster/5339-clusterprofile-plugin-credentials/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ status:
312312
- name: location
313313
value: us-central1
314314
credentialProviders:
315-
google:
316-
cluster:
317-
server: https://connectgateway.googleapis.com/v1/projects/123456789/locations/us-central1/gkeMemberships/my-cluster-1
315+
- name: google
316+
cluster:
317+
server: https://connectgateway.googleapis.com/v1/projects/123456789/locations/us-central1/gkeMemberships/my-cluster-1
318318
```
319319

320320

0 commit comments

Comments
 (0)