Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
97c8d7a2
Commit
97c8d7a2
authored
3 years ago
by
Dima Brusilovsky
Browse files
Options
Download
Email Patches
Plain Diff
fix: properties for default rules
parent
47a15830
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/policy/defaultRules.yaml
+20
-16
pkg/policy/defaultRules.yaml
with
20 additions
and
16 deletions
+20
-16
pkg/policy/defaultRules.yaml
+
20
-
16
View file @
97c8d7a2
...
@@ -74,10 +74,11 @@ rules:
...
@@ -74,10 +74,11 @@ rules:
properties
:
properties
:
requests
:
requests
:
type
:
object
type
:
object
memory
:
properties
:
type
:
memory
:
-
string
type
:
-
number
-
string
-
number
required
:
required
:
-
memory
-
memory
required
:
required
:
...
@@ -123,10 +124,11 @@ rules:
...
@@ -123,10 +124,11 @@ rules:
properties
:
properties
:
requests
:
requests
:
type
:
object
type
:
object
cpu
:
properties
:
type
:
cpu
:
-
string
type
:
-
number
-
string
-
number
required
:
required
:
-
cpu
-
cpu
required
:
required
:
...
@@ -172,10 +174,11 @@ rules:
...
@@ -172,10 +174,11 @@ rules:
properties
:
properties
:
limits
:
limits
:
type
:
object
type
:
object
memory
:
properties
:
type
:
memory
:
-
string
type
:
-
number
-
string
-
number
required
:
required
:
-
memory
-
memory
required
:
required
:
...
@@ -221,10 +224,11 @@ rules:
...
@@ -221,10 +224,11 @@ rules:
properties
:
properties
:
limits
:
limits
:
type
:
object
type
:
object
cpu
:
properties
:
type
:
cpu
:
-
string
type
:
-
number
-
string
-
number
required
:
required
:
-
cpu
-
cpu
required
:
required
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help