Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ➜ paas-cf git:(master) ✗ git di | cat
  2. diff --git a/manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml b/manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml
  3. index b79dc79..61a0c42 100644
  4. --- a/manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml
  5. +++ b/manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml
  6. @@ -7,4 +7,5 @@ secrets:
  7. bosh_redis_password: BOSH_REDIS_PASSWORD
  8. bosh_blobstore_director_password: BOSH_BLOBSTORE_DIRECTOR_PASSWORD
  9. bosh_hm_director_password: BOSH_HM_DIRECTOR_PASSWORD
  10. - bosh_admin_password: BOSH_ADMIN_PASSWORD
  11. + bosh_admin_password: BOSH_ADMIN_PASSWORD1
  12. + bosh_admin_password: BOSH_ADMIN_PASSWORD2
  13. ➜ paas-cf git:(master) ✗ docker run --rm -ti -v $(pwd):/mnt -w /mnt alpine cat manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml
  14. ---
  15. secrets:
  16. bosh_postgres_password: BOSH_POSTGRES_PASSWORD
  17. bosh_nats_password: BOSH_NATS_PASSWORD
  18. bosh_agent_password: BOSH_AGENT_PASSWORD
  19. bosh_registry_password: BOSH_REGISTRY_PASSWORD
  20. bosh_redis_password: BOSH_REDIS_PASSWORD
  21. bosh_blobstore_director_password: BOSH_BLOBSTORE_DIRECTOR_PASSWORD
  22. bosh_hm_director_password: BOSH_HM_DIRECTOR_PASSWORD
  23. bosh_admin_password: BOSH_ADMIN_PASSWORD
  24. ➜ paas-cf git:(master) ✗ docker run --rm -ti -v $(pwd):/mnt -w /mnt alpine dd if=manifests/bosh-manifest/spec/fixtures/bosh-secrets.yml
  25. ---
  26. secrets:
  27. bosh_postgres_password: BOSH_POSTGRES_PASSWORD
  28. bosh_nats_password: BOSH_NATS_PASSWORD
  29. bosh_agent_password: BOSH_AGENT_PASSWORD
  30. bosh_registry_password: BOSH_REGISTRY_PASSWORD
  31. bosh_redis_password: BOSH_REDIS_PASSWORD
  32. bosh_blobstore_director_password: BOSH_BLOBSTORE_DIRECTOR_PASSWORD
  33. bosh_hm_director_password: BOSH_HM_DIRECTOR_PASSWORD
  34. bosh_admin_password: BOSH_ADMIN_PASSWORD1
  35. bosh_admin_password: BOSH_ADMIN_PASSWORD2
  36. 0+1 records in
  37. 0+1 records out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement