Skip to content

Commit 6f29c61

Browse files
committed
Drop preflight prefix from package name
Signed-off-by: wwwil <[email protected]>
1 parent b1ef3c4 commit 6f29c61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

preflight-packages/jetstack.io/pods/pods.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package preflight.pods
1+
package pods
22

33
import input["k8s/pods"] as pods
44

preflight-packages/jetstack.io/pods/pods_test.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package preflight.pods
1+
package pods
22

33
assert_allowed(output) = output {
44
trace(sprintf("GOT: %s", [concat(",", output)]))

preflight-packages/jetstack.io/pods/policy-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: "jetstack.io"
44
package-version: "1.1.0"
55
data-gatherers:
66
- k8s/pods
7-
root-query: "data.preflight.pods"
7+
root-query: "data.pods"
88
name: Pods
99
description: >
1010
This policy gives rules for how Kubernetes Pods should be configured. Pods are

0 commit comments

Comments
 (0)