Skip to content

Commit 2482482

Browse files
authored
Fix gke dg doc (#160)
Signed-off-by: Jose Fuentes <[email protected]>
1 parent 101db97 commit 2482482

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/datagatherers/gke.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ data-gatherers:
2525
- kind: "gke"
2626
name: "gke"
2727
config:
28-
project: my-gcp-project
29-
location: us-central1-a
30-
cluster: my-gke-cluster
28+
cluster:
29+
project: my-gcp-project
30+
location: us-central1-a
31+
name: my-gke-cluster
3132
# Path to a file containing the credentials. If empty, it will try to use
3233
# the SDK defaults
3334
# credentials: /tmp/credentials.json

0 commit comments

Comments
 (0)