Skip to content

Commit

Permalink
Remove PSP (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit authored Nov 14, 2024
1 parent 1a17e3d commit 94a7d48
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

- Explicitly expose liveness and readiness probe ports in deployments.

### Removed

- Remove PodSecurityPolicy and associated Resources and values.

## [1.22.0] - 2024-09-10

### Changed
Expand Down
40 changes: 0 additions & 40 deletions helm/coredns-app/templates/psp.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions helm/coredns-app/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ rules:
verbs:
- watch
- list
- apiGroups:
- policy
- extensions
resources:
- podsecuritypolicies
verbs:
- use
resourceNames:
- {{ .Values.name }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
13 changes: 0 additions & 13 deletions helm/coredns-app/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
}
}
},
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"groupID": {
"type": "integer"
},
Expand Down
5 changes: 0 additions & 5 deletions helm/coredns-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,5 @@ mastersInstance:
nodeSelector:
"node-role.kubernetes.io/control-plane": '""'


global:
podSecurityStandards:
enforced: false

# Uncomment and define `additionalLocalZones` to add additional local zones to CoreDNS config
# additionalLocalZones: []

0 comments on commit 94a7d48

Please sign in to comment.