Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftover podsecuritypolicy references #113

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stable/akv2k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ kubectl apply -f https://raw.githubusercontent.com/SparebankenVest/azure-key-vau
| global.metrics.serviceMonitor.interval | string | `"30s"` | Scrape interval for service-monitor |
| global.metrics.serviceMonitor.additionalLabels | object | `{}` | Additional labels for service-monitor |
| rbac.create | bool | `true` | Specifies whether RBAC resources should be created |
| rbac.podSecurityPolicies | object | `{}` | |
| addAzurePodIdentityException | bool | `false` | See https://github.com/Azure/aad-pod-identity/blob/master/docs/readmes/README.app-exception.md |
| cloudConfig | string | `"/etc/kubernetes/azure.json"` | Path to cloud config on node (host path) or mounted configmap in pod |
| watchAllNamespaces | bool | `true` | Watch all namespaces, set to false to run in release namespace only |
Expand Down
1 change: 0 additions & 1 deletion stable/akv2k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ global:
rbac:
# -- Specifies whether RBAC resources should be created
create: true
podSecurityPolicies: {}

# -- See https://github.com/Azure/aad-pod-identity/blob/master/docs/readmes/README.app-exception.md
addAzurePodIdentityException: false
Expand Down