Skip to content

Commit

Permalink
remove some sec context
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoley13 committed Nov 6, 2024
1 parent 9b39572 commit 3296e9f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions pkg/fixtures/deployments/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ affinity:
app: testapp

securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
6 changes: 0 additions & 6 deletions pkg/fixtures/deployments/kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ spec:
successThreshold: 1
initialDelaySeconds: 3
securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
6 changes: 0 additions & 6 deletions pkg/fixtures/deployments/manifest/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ spec:
successThreshold: 1
initialDelaySeconds: 3
securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
6 changes: 0 additions & 6 deletions template/deployments/helm/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ affinity:
app: {{ .Config.GetVariableValue "APPNAME" }}

securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
6 changes: 0 additions & 6 deletions template/deployments/kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ spec:
successThreshold: {{ .Config.GetVariableValue "READINESSSUCCESSTHRESHOLD" }}
initialDelaySeconds: {{ .Config.GetVariableValue "READINESSINITIALDELAY" }}
securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down
6 changes: 0 additions & 6 deletions template/deployments/manifests/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ spec:
successThreshold: {{ .Config.GetVariableValue "READINESSSUCCESSTHRESHOLD" }}
initialDelaySeconds: {{ .Config.GetVariableValue "READINESSINITIALDELAY" }}
securityContext:
privileged: false
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 3000
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault
capabilities:
Expand Down

0 comments on commit 3296e9f

Please sign in to comment.