Skip to content

Commit

Permalink
docs: re-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 5, 2024
1 parent 50f1adc commit 3768594
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/action-types/Deploy/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,16 @@ The directory path where the desired kustomization.yaml is, or a git repository
| --------------------- | ------- | -------- |
| `posixPath \| string` | `"."` | No |

### `spec.kustomize.version`

[spec](#spec) > [kustomize](#speckustomize) > version

The Kustomize version to use.

| Type | Allowed Values | Default | Required |
| -------- | -------------- | ------- | -------- |
| `number` | 4, 5 | `5` | Yes |

### `spec.kustomize.extraArgs[]`

[spec](#spec) > [kustomize](#speckustomize) > extraArgs
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/action-types/Run/kubernetes-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,16 @@ The directory path where the desired kustomization.yaml is, or a git repository
| --------------------- | ------- | -------- |
| `posixPath \| string` | `"."` | No |

### `spec.kustomize.version`

[spec](#spec) > [kustomize](#speckustomize) > version

The Kustomize version to use.

| Type | Allowed Values | Default | Required |
| -------- | -------------- | ------- | -------- |
| `number` | 4, 5 | `5` | Yes |

### `spec.kustomize.extraArgs[]`

[spec](#spec) > [kustomize](#speckustomize) > extraArgs
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/action-types/Test/kubernetes-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,16 @@ The directory path where the desired kustomization.yaml is, or a git repository
| --------------------- | ------- | -------- |
| `posixPath \| string` | `"."` | No |

### `spec.kustomize.version`

[spec](#spec) > [kustomize](#speckustomize) > version

The Kustomize version to use.

| Type | Allowed Values | Default | Required |
| -------- | -------------- | ------- | -------- |
| `number` | 4, 5 | `5` | Yes |

### `spec.kustomize.extraArgs[]`

[spec](#spec) > [kustomize](#speckustomize) > extraArgs
Expand Down
13 changes: 13 additions & 0 deletions docs/reference/module-types/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ kustomize:
# root. Defaults to the action root. If you set this to null, kustomize will not be run.
path: .

# The Kustomize version to use.
version: 5

# A list of additional arguments to pass to the `kustomize build` command. Note that specifying '-o' or '--output'
# is not allowed.
extraArgs: []
Expand Down Expand Up @@ -946,6 +949,16 @@ The directory path where the desired kustomization.yaml is, or a git repository
| --------------------- | ------- | -------- |
| `posixPath \| string` | `"."` | No |

### `kustomize.version`

[kustomize](#kustomize) > version

The Kustomize version to use.

| Type | Allowed Values | Default | Required |
| -------- | -------------- | ------- | -------- |
| `number` | 4, 5 | `5` | Yes |

### `kustomize.extraArgs[]`

[kustomize](#kustomize) > extraArgs
Expand Down

0 comments on commit 3768594

Please sign in to comment.