Skip to content

Commit

Permalink
Merge pull request #211 from cr7258/fix-kubectl
Browse files Browse the repository at this point in the history
fix: kubectl doc
  • Loading branch information
Peefy authored Nov 20, 2023
2 parents 89360c6 + 0eba8e9 commit ce5ea72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
Run the KCL code via the `Kubectl KCL Plugin`.

```bash
kubectl kcl run -f ./kcl-run-oci-err.yaml
kubectl kcl run -f ./kcl-vet-oci-err.yaml
```

The expected error message is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
Run the KCL code via the `Kubectl KCL Plugin`.

```bash
kubectl kcl run -f ./kcl-run-oci-err.yaml
kubectl kcl run -f ./kcl-vet-oci-err.yaml
```

The expected error message is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
Run the KCL code via the `Kubectl KCL Plugin`.

```bash
kubectl kcl run -f ./kcl-run-oci-err.yaml
kubectl kcl run -f ./kcl-vet-oci-err.yaml
```

The expected error message is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
Run the KCL code via the `Kubectl KCL Plugin`.

```bash
kubectl kcl run -f ./kcl-run-oci-err.yaml
kubectl kcl run -f ./kcl-vet-oci-err.yaml
```

The expected error message is
Expand Down

0 comments on commit ce5ea72

Please sign in to comment.