Skip to content
Snippets Groups Projects
Commit 02cd4da7 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

indicates when storage is enabled

parent a71c7eff
No related branches found
No related tags found
No related merge requests found
Pipeline #132520 passed
Pipeline: shiny-k8s-example

#132521

    ......@@ -15,7 +15,7 @@ type: application
    # This is the chart version. This version number should be incremented each time you make changes
    # to the chart and its templates, including the app version.
    # Versions are expected to follow Semantic Versioning (https://semver.org/)
    version: 0.7.0
    version: 0.7.1
    # This is the version number of the application being deployed. This version number should be
    # incremented each time you make changes to the application. Versions are not expected to
    ......
    ......@@ -14,6 +14,10 @@ Settings:
    {{- if .Values.registry.private }}
    - Registry is private
    {{- end}}
    {{- if .Values.storage.enabled }}
    - Persistent storage is enabled, mounted to /srv/shiny-server/www/persistent and /srv/shiny-server/data.
    Total disk space is {{ .Values.storage.size }}
    {{- end}}
    The documentation of the package deploying your application in kubernetes is available at
    https://hub.pages.pasteur.fr/shiny-k8s/user_guide
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment