Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker desktop #217

Merged
merged 2 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ops/cpis/docker-desktop/2-no-ntp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- path: /instance_groups/name=bosh/properties/agent/env/bosh/ntp
type: replace
value: []

- path: /resource_pools/name=vms/env/bosh/ntp
type: replace
value: []
4 changes: 2 additions & 2 deletions ops/cpis/docker-desktop/8-localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# use houdini so we can reach services on localhost
- type: replace
path: /instance_groups/name=bosh/jobs/name=worker/properties/garden?/use_houdini
value: true
path: /instance_groups/name=bosh/jobs/name=worker/properties/runtime?
value: houdini

- type: replace
path: /instance_groups/name=bosh/jobs/name=worker/properties/baggageclaim?/disable_user_namespaces
Expand Down