Skip to content

Commit

Permalink
update examples (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Aug 6, 2022
1 parent eb294e8 commit 3961102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions src/examples/helm-policy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ description: >
usage:
version: 2.1
orbs:
datree: naorpeled/datree@x.y.z
datree: datree/datree@1.1.7

jobs:
policy-check:
executor: datree/default

environment:
- name: DATREE_TOKEN
value: $DATREE_TOKEN
steps:
- checkout
- datree/test:
Expand Down
5 changes: 1 addition & 4 deletions src/examples/k8s-policy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ description: >
usage:
version: 2.1
orbs:
datree: naorpeled/datree@x.y.z
datree: datree/datree@1.1.7

jobs:
policy-check:
executor: datree/default

environment:
- name: DATREE_TOKEN
value: $DATREE_TOKEN
steps:
- checkout
- datree/test:
Expand Down
5 changes: 1 addition & 4 deletions src/examples/kustomization-policy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ description: >
usage:
version: 2.1
orbs:
datree: naorpeled/datree@x.y.z
datree: datree/datree@1.1.7

jobs:
policy-check:
executor: datree/default

environment:
- name: DATREE_TOKEN
value: $DATREE_TOKEN
steps:
- checkout
- datree/test:
Expand Down

0 comments on commit 3961102

Please sign in to comment.