Skip to content

Commit

Permalink
docs: pass workloads examples to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLARDENOIS authored and alexandrebrg committed Apr 24, 2023
1 parent f13ba5f commit eb79143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/workloads/workload-1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v0",
"apiVersion": "v1",
"kind": "Pod",
"name": "alpine",
"replicas": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/workloads/workload-2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v0",
"apiVersion": "v1",
"kind": "Pod",
"name": "2-distro",
"replicas": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/workloads/workload-3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v0",
"apiVersion": "v1",
"kind": "Pod",
"name": "replicated",
"replicas": 3,
Expand Down

0 comments on commit eb79143

Please sign in to comment.