Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
4f6ad070
Verified
Commit
4f6ad070
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(vpa): Add missing security context settings for PSS restricted
parent
ad27765a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
infrastructure/vpa/deployment-patch.yaml
+9
-0
9 additions, 0 deletions
infrastructure/vpa/deployment-patch.yaml
infrastructure/vpa/kustomization.yaml
+12
-3
12 additions, 3 deletions
infrastructure/vpa/kustomization.yaml
with
21 additions
and
3 deletions
infrastructure/vpa/deployment-patch.yaml
0 → 100644
+
9
−
0
View file @
4f6ad070
-
op
:
add
path
:
/spec/template/spec/containers/0/securityContext
value
:
allowPrivilegeEscalation
:
false
capabilities
:
drop
:
-
ALL
seccompProfile
:
RuntimeDefault
This diff is collapsed.
Click to expand it.
infrastructure/vpa/kustomization.yaml
+
12
−
3
View file @
4f6ad070
apiVersion
:
kustomize.config.k8s.io/v1beta1
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
kind
:
Kustomization
namespace
:
vpa-system
namespace
:
vpa-system
commonLabels
:
app.kubernetes.io/name
:
vertical-pod-autoscaler
app.kubernetes.io/instance
:
vpa-system
resources
:
resources
:
-
namespace.yaml
-
namespace.yaml
-
certificate.yaml
-
certificate.yaml
-
https://git.shivering-isles.com/github-mirror/kubernetes/autoscaler.git//vertical-pod-autoscaler/deploy?ref=vpa-release-1.0
-
https://git.shivering-isles.com/github-mirror/kubernetes/autoscaler.git//vertical-pod-autoscaler/deploy?ref=vpa-release-1.0
commonLabels
:
patches
:
app.kubernetes.io/name
:
vertical-pod-autoscaler
-
path
:
deployment-patch.yaml
app.kubernetes.io/instance
:
vpa-system
target
:
version
:
v1
group
:
apps
kind
:
Deployment
components
:
components
:
-
../../shared/components/namespace-restricted
-
../../shared/components/namespace-restricted
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment