diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index 36a0457e..d893389a 100644 --- a/ci/helm-chart/values.yaml +++ b/ci/helm-chart/values.yaml @@ -28,14 +28,6 @@ podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - service: type: ClusterIP port: 8080 @@ -127,10 +119,6 @@ persistence: # existingClaim: "" # hostPath: /data -serviceAccount: - create: true - name: - ## Enable an Specify container in extraContainers. ## This is meant to allow adding code-server dependencies, like docker-dind. extraContainers: |