Skip to content

Commit

Permalink
docs: Update mutation assign doc (#3433)
Browse files Browse the repository at this point in the history
Signed-off-by: Anlan Du <adu47249@gmail.com>
  • Loading branch information
anlandu committed Jun 27, 2024
1 parent 2af6dfa commit e7987fb
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.11.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.12.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.13.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.14.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.6.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.7.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.8.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down
3 changes: 3 additions & 0 deletions website/versioned_docs/version-v3.9.x/mutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ spec:
parameters:
assign:
value: false
pathTests:
- subPath: "spec.containers[name:foo]"
condition: MustExist
```

#### Setting imagePullPolicy of all containers to Always in all namespaces except namespace `system`
Expand Down

0 comments on commit e7987fb

Please sign in to comment.