Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kravec <kravciak@users.noreply.github.com>
Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
  • Loading branch information
jvanz and kravciak committed Apr 12, 2024
1 parent aae18ce commit a0daa6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.2.2
name: container-resources
displayName: Container Resources
createdAt: 2024-04-09T14:15:08.00895968Z
createdAt: 2024-04-12T11:54:02.226315046Z
description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
license: Apache-2.0
homeURL: https://github.com/kubewarden/container-resources-policy
Expand Down Expand Up @@ -67,8 +67,7 @@ annotations:
type: boolean
variable: cpu.ignoreValues
tooltip: >-
If set true, skips the enforcement of specific values and only enforces
that requests and limits are set
Skip enforcement of specific values, but ensure that requests and limits are set
- default: ''
tooltip: >-
Defines default minimum CPU requested.
Expand Down Expand Up @@ -108,8 +107,7 @@ annotations:
type: boolean
variable: memory.ignoreValues
tooltip: >-
If set true, skips the enforcement of specific values and only enforces
that requests and limits are set
Skip enforcement of specific values, but ensure that requests and limits are set
- default: ''
tooltip: >-
Defines default minimum memory requested.
Expand Down
6 changes: 2 additions & 4 deletions questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ questions:
type: boolean
variable: cpu.ignoreValues
tooltip: >-
If set true, skips the enforcement of specific values and only enforces
that requests and limits are set
Skip enforcement of specific values, but ensure that requests and limits are set
- default: ''
tooltip: >-
Defines default minimum CPU requested.
Expand Down Expand Up @@ -65,8 +64,7 @@ questions:
type: boolean
variable: memory.ignoreValues
tooltip: >-
If set true, skips the enforcement of specific values and only enforces
that requests and limits are set
Skip enforcement of specific values, but ensure that requests and limits are set
- default: ''
tooltip: >-
Defines default minimum memory requested.
Expand Down

0 comments on commit a0daa6d

Please sign in to comment.