Skip to content

Commit 5fade44

Browse files
author
Jeff McCormick
committed
fix docs for pgo load sample file name was wrong
1 parent 7ce1c86 commit 5fade44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ pgo delete policy policy1
10031003
A CSV file loading capability is supported. This can be tested through
10041004
creating a SQL Policy which will create a database table that will be
10051005
loaded with the CSV data. The loading is based on a load definition found
1006-
in the `sample-load-config.json` file. In that file, the data to be loaded
1006+
in the `sample-load-config.yaml` file. In that file, the data to be loaded
10071007
is specified. When the `pgo load` command is executed, Jobs will be created
10081008
to perform the loading for each cluster that matches the selector filter.
10091009

@@ -1050,15 +1050,15 @@ The selector to use for cluster filtering.
10501050

10511051
Load a sample CSV file into a database as follows:
10521052
....
1053-
pgo load --load-config=$COROOT/examples/sample-load-config.json --selector=name=mycluster
1053+
pgo load --load-config=$COROOT/examples/sample-load-config.yaml --selector=name=mycluster
10541054
....
10551055

10561056
===== Including Policies
10571057

10581058
If you include the *--policies* flag, any specified policies will be applied prior to the data being loaded. For
10591059
example:
10601060
....
1061-
pgo load --policies="rlspolicy,xrayapp" --load-config=$COROOT/examples/sample-load-config.json --selector=name=mycluster
1061+
pgo load --policies="rlspolicy,xrayapp" --load-config=$COROOT/examples/sample-load-config.yaml --selector=name=mycluster
10621062
....
10631063

10641064
== Authentication

0 commit comments

Comments
 (0)