Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Xinhe Li <[email protected]>
  • Loading branch information
fseldow committed Dec 5, 2023
1 parent 0330e6f commit a9bd7db
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions website/docs/mutation-examples/allow-privilege-escalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspdefaultallowprivilegeescalation
Expand All @@ -28,7 +28,7 @@ spec:
assign:
value: false
---
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspdefaultallowprivilegeescalation-init
Expand All @@ -45,7 +45,7 @@ spec:
assign:
value: false
---
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspdefaultallowprivilegeescalation-ephemeral
Expand Down
2 changes: 1 addition & 1 deletion website/docs/mutation-examples/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: ModifySet
metadata:
name: k8spspcapabilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspreadonlyrootfs
Expand Down
2 changes: 1 addition & 1 deletion website/docs/mutation-examples/seccomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: AssignMetadata
metadata:
name: k8spspseccomp
Expand Down
2 changes: 1 addition & 1 deletion website/docs/mutation-examples/selinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspselinux
Expand Down
2 changes: 1 addition & 1 deletion website/docs/mutation-examples/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubectl apply -f https://raw.githubusercontent.com/open-policy-agent/gatekeeper-
```
## Mutation Examples
```yaml
apiVersion: mutations.gatekeeper.sh/v1alpha1
apiVersion: mutations.gatekeeper.sh/v1
kind: Assign
metadata:
name: k8spspsupplementalgroups
Expand Down

0 comments on commit a9bd7db

Please sign in to comment.