Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyCook8 authored and ccojocar committed Jan 23, 2024
1 parent aec7c30 commit 5270c62
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/base-crds/crds/profilebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/namespace-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/openshift-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down
1 change: 1 addition & 0 deletions deploy/webhook-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ spec:
properties:
image:
description: Image name within pod containers to match to the profile.
Use the "*" string to bind the profile to all pods.
type: string
profileRef:
description: ProfileRef references a SeccompProfile or other profile
Expand Down

0 comments on commit 5270c62

Please sign in to comment.