Skip to content

Commit

Permalink
Update targets.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan23 authored Oct 23, 2024
1 parent b91d329 commit d2c2276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ func KubeConform() error {
if err != nil {
return err
}
err = validateKyvernoPolicies(apps)
if err != nil {
return err
}
return kubeConform(templates, "api-platform")
}

Expand Down Expand Up @@ -72,10 +76,6 @@ func ArgoCDDiff() error {
if err != nil {
return err
}
err = validateKyvernoPolicies(apps)
if err != nil {
return err
}
return nil
}

Expand Down

0 comments on commit d2c2276

Please sign in to comment.