Created
December 20, 2018 20:49
-
-
Save bkeroackdsc/03948dc695ccb4781c13c47686ed3866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# example acy.yml | |
# other sections omitted | |
dependencies: | |
direct: | |
- name: db | |
chart_path: .helm/charts/mysql | |
optional: | |
- name: workers | |
chart_path: .helm/charts/workers | |
environment: | |
- name: varnish | |
chart_path: ./helm/charts/varnish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment