You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by ilgrosso <gi...@git.apache.org> on 2018/09/02 15:12:55 UTC

[GitHub] syncope pull request #83: Kubernetes Install

Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/83#discussion_r214544229
  
    --- Diff: docker/src/main/resources/k8s/helm/README.adoc ---
    @@ -0,0 +1,22 @@
    += Install Commands
    +
    +Open a terminal and navigate to the "helm" folder.  **REMINDER:  SET YOUR VALUES.YAML!!!**
    --- End diff --
    
    Please substitute
    ```
    **REMINDER:  SET YOUR VALUES.YAML!!!**
    ```
    
    with
    
    ```
    [WARNING]
    Do not forget to set your `values.yaml`!
    ```


---