Skip to content

Commit

Permalink
Merge pull request #1531 from alphagov/revert-1530-set-readOnlyRootFi…
Browse files Browse the repository at this point in the history
…leSystem-on-Argo-Workflows

Revert "Set `readOnlyRootFileSystem = true` on `main` and `init` and `wait` containers for Argo Workflow pods"
  • Loading branch information
nimalank7 authored Nov 25, 2024
2 parents 37ffae3 + e317234 commit 5a931cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/deployments/cluster-services/argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ resource "helm_release" "argo_workflows" {
}
}
securityContext = {
readOnlyRootFileSystem = true
allowPrivilegeEscalation = false
capabilities = {
drop = ["ALL"]
Expand All @@ -277,7 +276,6 @@ resource "helm_release" "argo_workflows" {

mainContainer = {
securityContext = {
readOnlyRootFileSystem = true
allowPrivilegeEscalation = false
capabilities = {
drop = ["ALL"]
Expand Down

0 comments on commit 5a931cc

Please sign in to comment.