소스 검색

UID has no effect

Stavros kois 1 년 전
부모
커밋
d78e34388f

BIN
library/ix-dev/community/dashy/charts/common-1.2.3.tgz


+ 0 - 4
library/ix-dev/community/dashy/ci/basic-values.yaml

@@ -1,10 +1,6 @@
 dashyNetwork:
   webPort: 31000
 
-dashyID:
-  user: 1000
-  group: 1000
-
 dashyStorage:
   data:
     type: pvc

+ 0 - 23
library/ix-dev/community/dashy/questions.yaml

@@ -50,29 +50,6 @@ questions:
                         type: string
                         required: true
 
-  - variable: dashyID
-    label: ""
-    group: User and Group Configuration
-    schema:
-      type: dict
-      attrs:
-        - variable: user
-          label: User ID
-          description: The user id that Dashy files will be owned by.
-          schema:
-            type: int
-            min: 568
-            default: 568
-            required: true
-        - variable: group
-          label: Group ID
-          description: The group id that Dashy files will be owned by.
-          schema:
-            type: int
-            min: 568
-            default: 568
-            required: true
-
   - variable: dashyNetwork
     label: ""
     group: Network Configuration

+ 0 - 6
library/ix-dev/community/dashy/templates/_dashy.tpl

@@ -6,8 +6,6 @@ workload:
     type: Deployment
     podSpec:
       hostNetwork: {{ .Values.dashyNetwork.hostNetwork }}
-      securityContext:
-        fsGroup: {{ .Values.dashyID.group }}
       containers:
         dashy:
           enabled: true
@@ -17,8 +15,6 @@ workload:
             runAsUser: 0
             runAsGroup: 0
             runAsNonRoot: false
-          fixedEnv:
-            PUID: {{ .Values.dashyID.user }}
           env:
             {{- $protocol := "http" -}}
             {{- if .Values.dashyNetwork.certificateID }}
@@ -63,8 +59,6 @@ workload:
             runAsUser: 0
             runAsGroup: 0
             runAsNonRoot: false
-          fixedEnv:
-            PUID: {{ .Values.dashyID.user }}
           command:
             - /bin/sh
           args:

+ 0 - 4
library/ix-dev/community/dashy/values.yaml

@@ -16,10 +16,6 @@ dashyNetwork:
   certificateID:
   hostNetwork: false
 
-dashyID:
-  user: 568
-  group: 568
-
 dashyStorage:
   data:
     type: ixVolume