Skip to content

Commit

Permalink
embed proxy setting to shield subkit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiujiao committed Jan 7, 2018
1 parent 4221349 commit 9fdab05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subkits/shield/shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ instance_groups:
- name: shield-agent
release: shield
properties:
ip: (( grab params.static_ip ))
shield-url: (( grab params.shield_core_url ))
agent:
key: (( vault params.shield_key_vault_path ))
core:
ca: (( vault params.shield_ca_vault_path ))
env:
http_proxy: (( grab params.http_proxy || "" ))
https_proxy: (( grab params.https_proxy || "" ))
no_proxy: (( grab params.no_proxy || "" ))

releases:
- name: shield
Expand Down

0 comments on commit 9fdab05

Please sign in to comment.