Skip to content

Commit

Permalink
removed quotes (#215)
Browse files Browse the repository at this point in the history
removed quotes
  • Loading branch information
tsebastiani authored Oct 24, 2024
1 parent def3327 commit e00bba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion network-chaos/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{
"name":"network-params",
"short_description":"Network Params [*Ingress only*]",
"description": "latency, loss and bandwidth are the three supported network parameters to alter for the chaos test. For example: {latency: 50ms, loss: '0.02'}",
"description": "latency, loss and bandwidth are the three supported network parameters to alter for the chaos test. For example: {latency: 50ms, loss: 0.02}",
"type":"string",
"variable":"NETWORK_PARAMS",
"default":"",
Expand Down
2 changes: 1 addition & 1 deletion node-scenarios/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"name":"skip-openshift-checks",
"short_description":"Skip Openshift Checks [*VMWare only*]",
"description":"Only needed for vmware - Set to True if you don't want to wait for the status of the nodes to change on OpenShift before passing the scenario",
"description":"Only needed for vmware - Set to True if you don t want to wait for the status of the nodes to change on OpenShift before passing the scenario",
"variable":"SKIP_OPENSHIFT_CHECKS",
"type":"enum",
"allowed_values":"True,False",
Expand Down
2 changes: 1 addition & 1 deletion syn-flood/krknctl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{
"name":"node-selectors",
"short_description":"Workload image",
"description":"The node selectors are used to guide the cluster on where to deploy attacker pods. You can specify one or more labels in the format key=value;key=value2 (even using the same key) to choose one or more node categories. If left empty, the pods will be scheduled on any available node, depending on the cluster's capacity.",
"description":"The node selectors are used to guide the cluster on where to deploy attacker pods. You can specify one or more labels in the format key=value;key=value2 (even using the same key) to choose one or more node categories. If left empty, the pods will be scheduled on any available node, depending on the cluster s capacity.",
"variable":"NODE_SELECTORS",
"type":"string",
"validator":"^$|^(([a-zA-Z0-9._-]+\\=[a-zA-Z0-9._-]+)(;)?)+[^;]$",
Expand Down

0 comments on commit e00bba4

Please sign in to comment.