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

Do not enforce command, should be set at Dockerfile level

parent 8a7e2bdc
No related branches found
No related tags found
No related merge requests found
Pipeline #106841 passed
Pipeline: shiny-k8s-example

#106863

    ......@@ -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.4.3
    version: 0.4.4
    # 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,3 @@ Settings:
    {{- if .Values.registry.private }}
    - Registry is private
    {{- end}}
    {{- if .Values.shinyServer.enforceCommand }}
    - Image command is overridden to "shiny-server"
    {{- end}}
    ......@@ -29,9 +29,6 @@ spec:
    containers:
    - name: rshiny-pod
    image: {{ .Values.imageFullNameAndTag }}
    {{- if .Values.shinyServer.enforceCommand }}
    command: ["shiny-server"]
    {{- end }}
    securityContext:
    runAsGroup: 999
    runAsUser: 999
    ......
    ......@@ -31,7 +31,4 @@ ingress:
    registry:
    private: false
    shinyServer:
    enforceCommand: true
    \ No newline at end of file
    private: false
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment