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

Update user.toml path and example images #172

Merged
merged 17 commits into from
Jan 31, 2018
Merged

Update user.toml path and example images #172

merged 17 commits into from
Jan 31, 2018

Commits on Jan 31, 2018

  1. Use redis package instead of various multiple packages

    krnowak authored and Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    fa18258 View commit details
    Browse the repository at this point in the history
  2. Capitalize Redis

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b0dfc91 View commit details
    Browse the repository at this point in the history
  3. Clarify how the user.toml config changes port

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b54e72b View commit details
    Browse the repository at this point in the history
  4. Remove stutter

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    0130809 View commit details
    Browse the repository at this point in the history
  5. Change port in example

    Changing the port is a simpler, clearer example.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    89c1da3 View commit details
    Browse the repository at this point in the history
  6. Fix remaining reference to postgreql in binding

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    66f5cc1 View commit details
    Browse the repository at this point in the history
  7. Rename test files

    Make the filename independent of the implementation. In case we want to
    switch db or web app again in the future.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    a2f36b9 View commit details
    Browse the repository at this point in the history
  8. Remove references to postgresql in tests

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b3b1b98 View commit details
    Browse the repository at this point in the history
  9. Remove suffix from test example names

    It's unnecessary.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    0b7b529 View commit details
    Browse the repository at this point in the history
  10. General text readability improvements

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    ef8756d View commit details
    Browse the repository at this point in the history
  11. Explain port change

    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    09f16b5 View commit details
    Browse the repository at this point in the history
  12. Remove instructions on how to delete Secret

    No need to teach people how to use Kubernetes.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    26c37c2 View commit details
    Browse the repository at this point in the history
  13. Update mount path for user.toml

    The path was changed in habitat-sh/habitat#3814
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    9d2293e View commit details
    Browse the repository at this point in the history
  14. Remove SubPath in mount

    The new path only contains the user.toml file, so the whole-directory can be
    bind-mounted, without having to resort to the symlinking hacks of SubPath.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    4c528d7 View commit details
    Browse the repository at this point in the history
  15. Remove incorrect line from README

    We now change the port, instead of the protected mode.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    bb8593a View commit details
    Browse the repository at this point in the history
  16. Add missing Kind to example

    It had been removed by mistake in
    fa18258.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    98a0160 View commit details
    Browse the repository at this point in the history
  17. Remove subdir from mount path

    It was creating a directory named user.toml and placing the user.toml
    there.
    
    Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
    Lorenzo Manacorda committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    4e36d97 View commit details
    Browse the repository at this point in the history