Skip to content

Commit

Permalink
- Declare binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
boosh committed Sep 15, 2019
1 parent 296ee2c commit d6f432c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions incubator/aws-vpn/sugarkube.yaml
Expand Up @@ -6,13 +6,14 @@ vars:
# hostnames:

requires:
- cfssl
- cfssljson
- aws
- script

run_units:
script:
binaries: # these aren't invoked directly, but the `main.py` script invokes them. Declaring them means
- cfssl # we can search for them when running `kapps validate`
- cfssljson
working_dir: "{{ .kapp.cacheRoot }}/{{ .kapp.vars.main_kapp_dir }}" # directory to use as the working directory
apply_install:
- name: create-vpn
Expand Down

0 comments on commit d6f432c

Please sign in to comment.