Skip to content

Commit

Permalink
Revert defaulted field change, revisit when Kyverno can update
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed Dec 13, 2024
1 parent 66de553 commit 6469cc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kyverno/policies/argocd/application-field-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
kinds:
- Application
validate:
allowExistingViolations: true
message: >-
`spec.project` should not be empty.
pattern:
Expand All @@ -43,7 +42,6 @@ spec:
kinds:
- Application
validate:
allowExistingViolations: true
message: >-
`spec.source.path` should be specified
pattern:
Expand All @@ -58,7 +56,6 @@ spec:
kinds:
- Application
validate:
allowExistingViolations: true
message: >-
`spec.source.chart` should not use helm chart.
pattern:
Expand All @@ -73,7 +70,6 @@ spec:
# kinds:
# - Application
# validate:
# allowExistingViolations: true
# message: >-
# `spec.destination.name` should not be empty.
# pattern:
Expand All @@ -88,7 +84,6 @@ spec:
kinds:
- Application
validate:
allowExistingViolations: true
message: >-
`spec.destination.namespace` should not be empty.
pattern:
Expand Down

0 comments on commit 6469cc1

Please sign in to comment.