Skip to content

Commit 94b2774

Browse files
Drop duplicate Helm values from values.yaml (#4450)
* Drop duplicate Helm values from values.yaml * Use frozen lockfile for test dependencies in CI (#4442) * Use frozen lockfile for test dependencies in CI This might be causing more Playwright issues. * Bump Playwright Mostly just to trigger a reinstall of dependencies since it is cached and still failing. Once updated it errors saying install needs to run so add that too. * Drop duplicate Helm values from values.yaml Co-authored-by: Asher <[email protected]>
1 parent 4399c7d commit 94b2774

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ci/helm-chart/values.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ podAnnotations: {}
2828
podSecurityContext: {}
2929
# fsGroup: 2000
3030

31-
securityContext: {}
32-
# capabilities:
33-
# drop:
34-
# - ALL
35-
# readOnlyRootFilesystem: true
36-
# runAsNonRoot: true
37-
# runAsUser: 1000
38-
3931
service:
4032
type: ClusterIP
4133
port: 8080
@@ -127,10 +119,6 @@ persistence:
127119
# existingClaim: ""
128120
# hostPath: /data
129121

130-
serviceAccount:
131-
create: true
132-
name:
133-
134122
## Enable an Specify container in extraContainers.
135123
## This is meant to allow adding code-server dependencies, like docker-dind.
136124
extraContainers: |

0 commit comments

Comments
 (0)