diff --git a/cluster/apps/default/kustomization.yaml b/cluster/apps/default/kustomization.yaml index ca3f00a..1baa876 100644 --- a/cluster/apps/default/kustomization.yaml +++ b/cluster/apps/default/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ./fireflyiii - ./cdn -- ./gitea +#- ./gitea #- ./dendron - ./trilium #- ./whoami diff --git a/cluster/apps/download/qbit-manage/helm-release.yaml b/cluster/apps/download/qbit-manage/helm-release.yaml index a7dbc4c..f5c303f 100644 --- a/cluster/apps/download/qbit-manage/helm-release.yaml +++ b/cluster/apps/download/qbit-manage/helm-release.yaml @@ -68,9 +68,9 @@ spec: - key: "config.yml" path: "config.yml" -# podSecurityContext: -# runAsNonRoot: true -# runAsUser: 10000 -# runAsGroup: 10000 -# fsGroup: 10000 -# fsGroupChangePolicy: OnRootMismatch \ No newline at end of file + podSecurityContext: + runAsNonRoot: true + runAsUser: 10000 + runAsGroup: 10000 + fsGroup: 10000 + fsGroupChangePolicy: OnRootMismatch \ No newline at end of file