Skip to content

Commit a6e1df3

Browse files
j-fuentesjetstack-bot
authored andcommitted
Replace sample pods package with full pods package in examples (#53)
Signed-off-by: Jose Fuentes <[email protected]>
1 parent ec4bf82 commit a6e1df3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment/kubernetes/overlays/scanner/config/preflight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package-sources:
1717

1818
enabled-packages:
1919
- "examples.jetstack.io/gke_basic"
20-
- "examples.jetstack.io/pods_basic"
20+
- "jetstack.io/pods"
2121

2222
outputs:
2323
- type: gcs

examples/gke.preflight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package-sources:
2424
# Preflight will only evaluate the packages listed here.
2525
enabled-packages:
2626
- "examples.jetstack.io/gke_basic"
27-
- "examples.jetstack.io/pods_basic"
27+
- "jetstack.io/pods"
2828

2929
# This configures how the results will be reported.
3030
outputs:

examples/pods.preflight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package-sources:
99
dir: preflight-packages/
1010

1111
enabled-packages:
12-
- "examples.jetstack.io/pods_basic"
12+
- "jetstack.io/pods"
1313

1414
outputs:
1515
- type: local

0 commit comments

Comments
 (0)