https://github.com/validatedpatterns/ocp-compliance-scanning-chart
OpenShift Compliance Operator Helm Chart
https://github.com/validatedpatterns/ocp-compliance-scanning-chart
Last synced: about 2 months ago
JSON representation
OpenShift Compliance Operator Helm Chart
- Host: GitHub
- URL: https://github.com/validatedpatterns/ocp-compliance-scanning-chart
- Owner: validatedpatterns
- License: apache-2.0
- Created: 2026-02-06T15:38:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-11T15:09:26.000Z (3 months ago)
- Last Synced: 2026-03-11T20:54:39.909Z (3 months ago)
- Language: Makefile
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocp-compliance-scanning
 
compliance-scanning performs hardening of OCP cluster vis predefiend profile(s)
This chart is used to serve as the template for Validated Patterns Charts
## Notable changes
**Homepage:**
## Maintainers
| Name | Email | Url |
| ----------------------- | ------------------------------------ | --- |
| Validated Patterns Team | | |
## Values
| Key | Type | Default | Description |
| -------------------------------------------------- | ------ | ---------------------------------- | ----------- |
| compliance.scanSetting.autoApplyRemediations | bool | `true` | |
| compliance.scanSetting.name | string | `"compliance-scan-setting"` | |
| compliance.scanSetting.nodeSelector | object | `{}` | |
| compliance.scanSetting.scanTolerations[0].effect | string | `"NoSchedule"` | |
| compliance.scanSetting.scanTolerations[0].key | string | `"node-role.kubernetes.io/master"` | |
| compliance.scanSetting.scanTolerations[0].operator | string | `"Exists"` | |
| compliance.scanSetting.schedule | string | `""` | |
| compliance.scanSettingBinding.name | string | `"compliance-scan-binding"` | |
| compliance.scanSettingBinding.profile | string | `"ocp4-moderate"` | |
| compliance.storage.enabled | bool | `true` | |
| compliance.storage.pvc.accessMode | string | `"ReadWriteOnce"` | |
| compliance.storage.pvc.name | string | `"compliance-scan-results"` | |
| compliance.storage.pvc.size | string | `"2Gi"` | |
| compliance.storage.pvc.storageClass | string | `""` | |
| global.localClusterDomain | string | `"local.example.com"` | |
| hardening.etcdEncryption.enabled | bool | `false` | |
| hardening.etcdEncryption.type | string | `"aescbc"` | |
---
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)