Skip to content

Commit

Permalink
Override garden property apparmor_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lavine authored and Diego committed Feb 23, 2017
1 parent 04e9424 commit 8623b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest-generation/diego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ properties:
garden:
allow_host_access: (( property_overrides.garden.allow_host_access || nil ))
allow_networks: (( property_overrides.garden.allow_networks || nil ))
apparmor_profile: (( property_overrides.garden.apparmor_profile || nil ))
default_container_grace_time: (( property_overrides.garden.default_container_grace_time || 0 ))
deny_networks: (( property_overrides.garden.deny_networks || ["0.0.0.0/0"] ))
destroy_containers_on_start: (( property_overrides.garden.destroy_containers_on_start || true ))
Expand Down

0 comments on commit 8623b94

Please sign in to comment.