Skip to content
Snippets Groups Projects
Verified Commit 4f6ad070 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(vpa): Add missing security context settings for PSS restricted

parent ad27765a
No related branches found
No related tags found
No related merge requests found
- op: add
path: /spec/template/spec/containers/0/securityContext
value:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile: RuntimeDefault
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment