File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1003,7 +1003,7 @@ pgo delete policy policy1
1003
1003
A CSV file loading capability is supported. This can be tested through
1004
1004
creating a SQL Policy which will create a database table that will be
1005
1005
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
1007
1007
is specified. When the `pgo load` command is executed, Jobs will be created
1008
1008
to perform the loading for each cluster that matches the selector filter.
1009
1009
@@ -1050,15 +1050,15 @@ The selector to use for cluster filtering.
1050
1050
1051
1051
Load a sample CSV file into a database as follows:
1052
1052
....
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
1054
1054
....
1055
1055
1056
1056
===== Including Policies
1057
1057
1058
1058
If you include the *--policies* flag, any specified policies will be applied prior to the data being loaded. For
1059
1059
example:
1060
1060
....
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
1062
1062
....
1063
1063
1064
1064
== Authentication
You can’t perform that action at this time.
0 commit comments