An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ocp-compliance-scanning

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

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)