Skip to content

Commit 6baaa57

Browse files
authored
Merge pull request #546 from jetstack/fix/VC-34650-runas-breaks-openshift
fix: runAsUser in yaml is unneeded as its set in the Dockerfile
2 parents a385696 + 90b07c1 commit 6baaa57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ securityContext:
109109
- ALL
110110
readOnlyRootFilesystem: true
111111
runAsNonRoot: true
112-
runAsUser: 1000
113112

114113
# -- Set resource requests and limits for the pod.
115114
#

0 commit comments

Comments
 (0)