|  | 
|  | 1 | +# all-resource-kinds-test | 
|  | 2 | + | 
|  | 3 | + | 
|  | 4 | + | 
|  | 5 | +## Requirements | 
|  | 6 | + | 
|  | 7 | +| Repository | Name | Version | | 
|  | 8 | +|------------|------|---------| | 
|  | 9 | +| file://../../.. | common | >=0.0.0-0 | | 
|  | 10 | + | 
|  | 11 | +## Values | 
|  | 12 | + | 
|  | 13 | +| Key | Description | Type | Default | | 
|  | 14 | +|-----|-------------|------|---------| | 
|  | 15 | + | defaults |  | object | `{}` | | 
|  | 16 | + | testComponent.__enabled |  | bool | `true` | | 
|  | 17 | + | testComponent.configMap.__enabled |  | bool | `true` | | 
|  | 18 | + | testComponent.configMap.data.key1 |  | string | `"value1"` | | 
|  | 19 | + | testComponent.configMap.data.key2 |  | string | `"value2"` | | 
|  | 20 | + | testComponent.configMap.metadata.name |  | string | `"test-configmap"` | | 
|  | 21 | + | testComponent.podDisruptionBudget.__enabled |  | bool | `true` | | 
|  | 22 | + | testComponent.podDisruptionBudget.metadata.name |  | string | `"test-pdb"` | | 
|  | 23 | + | testComponent.podDisruptionBudget.spec.minAvailable |  | int | `1` | | 
|  | 24 | + | testComponent.role.__enabled |  | bool | `true` | | 
|  | 25 | + | testComponent.role.metadata.name |  | string | `"test-role"` | | 
|  | 26 | + | testComponent.role.rules[0].apiGroups[0] |  | string | `""` | | 
|  | 27 | + | testComponent.role.rules[0].resources[0] |  | string | `"pods"` | | 
|  | 28 | + | testComponent.role.rules[0].verbs[0] |  | string | `"get"` | | 
|  | 29 | + | testComponent.role.rules[0].verbs[1] |  | string | `"list"` | | 
|  | 30 | + | testComponent.roleBinding.__enabled |  | bool | `true` | | 
|  | 31 | + | testComponent.roleBinding.metadata.name |  | string | `"test-rolebinding"` | | 
|  | 32 | + | testComponent.roleBinding.roleRef.apiGroup |  | string | `"rbac.authorization.k8s.io"` | | 
|  | 33 | + | testComponent.roleBinding.roleRef.kind |  | string | `"Role"` | | 
|  | 34 | + | testComponent.roleBinding.roleRef.name |  | string | `"test-role"` | | 
|  | 35 | + | testComponent.roleBinding.subjects[0].kind |  | string | `"ServiceAccount"` | | 
|  | 36 | + | testComponent.roleBinding.subjects[0].name |  | string | `"test-sa"` | | 
|  | 37 | + | testComponent.secret.__enabled |  | bool | `true` | | 
|  | 38 | + | testComponent.secret.metadata.name |  | string | `"test-secret"` | | 
|  | 39 | + | testComponent.secret.stringData.password |  | string | `"test-pass"` | | 
|  | 40 | + | testComponent.secret.stringData.username |  | string | `"test-user"` | | 
|  | 41 | + | testComponent.serviceAccount.__enabled |  | bool | `true` | | 
|  | 42 | + | testComponent.serviceAccount.automountServiceAccountToken |  | bool | `true` | | 
|  | 43 | + | testComponent.serviceAccount.metadata.name |  | string | `"test-sa"` | | 
|  | 44 | + | testComponent.serviceMonitor.__enabled |  | bool | `true` | | 
|  | 45 | + | testComponent.serviceMonitor.metadata.name |  | string | `"test-servicemonitor"` | | 
|  | 46 | + | testComponent.serviceMonitor.spec.endpoints[0].interval |  | string | `"15s"` | | 
|  | 47 | + | testComponent.serviceMonitor.spec.endpoints[0].port |  | string | `"metrics"` | | 
|  | 48 | + | testComponent.services.default.__enabled |  | bool | `true` | | 
|  | 49 | + | testComponent.services.default.metadata.name |  | string | `"test-service"` | | 
|  | 50 | + | testComponent.services.default.spec.ports[0].name |  | string | `"http"` | | 
|  | 51 | + | testComponent.services.default.spec.ports[0].port |  | int | `8080` | | 
|  | 52 | + | testComponent.services.default.spec.ports[0].protocol |  | string | `"TCP"` | | 
|  | 53 | + | testComponent.services.default.spec.ports[0].targetPort |  | int | `8080` | | 
|  | 54 | + | testComponent.services.default.spec.type |  | string | `"ClusterIP"` | | 
|  | 55 | + | testComponent.workload.__enabled |  | bool | `true` | | 
|  | 56 | + | testComponent.workload.kind |  | string | `"Deployment"` | | 
|  | 57 | + | testComponent.workload.metadata.name |  | string | `"test-workload"` | | 
|  | 58 | + | testComponent.workload.spec.replicas |  | int | `1` | | 
|  | 59 | + | testComponent.workload.spec.selector.matchLabels.app |  | string | `"test-workload"` | | 
|  | 60 | + | testComponent.workload.spec.template.metadata.labels.app |  | string | `"test-workload"` | | 
|  | 61 | + | testComponent.workload.spec.template.spec.containers.main.image |  | string | `"nginx:latest"` | | 
|  | 62 | + | testComponent.workload.spec.template.spec.containers.main.name |  | string | `"main"` | | 
|  | 63 | + | testComponent.workload.spec.template.spec.containers.main.ports.http.containerPort |  | int | `8080` | | 
|  | 64 | + | testComponent.workload.spec.template.spec.containers.main.ports.http.protocol |  | string | `"TCP"` | | 
|  | 65 | + | 
0 commit comments