Skip to content

Commit

Permalink
icinga-stack: Use correct product name Icinga DB not Icinga DB
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Feb 27, 2024
1 parent 2c633d0 commit 3767fdb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 deletions charts/icinga-stack/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,29 +99,29 @@ These values are used by the Icinga 2 sub-chart. For configuration of Icinga 2's
| `icinga2.podSecurityContext.fsGroup` | Filesystem group of the Icinga 2 pods | `number` | `5665` |
| `icinga2.podSecurityContext` | Security context of the Icinga 2 pods | `map[string]string` | `{}` |

### IcingaDB values
### Icinga DB values

These values are used by the IcingaDB sub-chart.
These values are used by the Icinga DB sub-chart.

| Parameter | Description | Data Type | Default |
| --------- | ----------- | --------- | ------- |
| `icingadb.enabled` | Whether or not to deploy IcingaDB | `boolean` | `true` |
| `icingadb.image.repository` | Repository of the IcingaDB image | `string` | `icinga/icingadb` |
| `icingadb.image.tag` | Tag of the IcingaDB image | `string` | `1.1.0` |
| `icingadb.image.pullPolicy` | Pull policy of the IcingaDB image | `string` | `IfNotPresent` |
| `icingadb.imagePullSecrets` | Pull secrets of the IcingaDB image | `[]string` | `[]` |
| `icingadb.nameOverride` | Name override of the IcingaDB deployment | `string` | `""` |
| `icingadb.fullnameOverride` | Fullname override of the IcingaDB deployment | `string` | `""` |
| `icingadb.resources` | Resources of the IcingaDB deployment | `map[string]string` | `{}` |
| `icingadb.nodeSelector` | Node selector of the IcingaDB deployment | `map[string]string` | `{}` |
| `icingadb.tolerations` | Tolerations of the IcingaDB deployment | `[]map[string]string` | `[]` |
| `icingadb.affinity` | Affinity of the IcingaDB deployment | `map[string]string` | `{}` |
| `icingadb.serviceAccount.create` | Whether or not to create a service account for the IcingaDB deployment | `boolean` | `false` |
| `icingadb.serviceAccount.annotations` | Annotations of the IcingaDB service account | `map[string]string` | `{}` |
| `icingadb.serviceAccount.name` | Name of the IcingaDB service account | `string` | `""` |
| `icingadb.podAnnotations` | Annotations of the IcingaDB pods | `map[string]string` | `{}` |
| `icingadb.podSecurityContext` | Security context of the IcingaDB pods | `map[string]string` | `{}` |
| `icingadb.securityContext` | Security context of the IcingaDB container | `map[string]string` | `{}` |
| `icingadb.enabled` | Whether or not to deploy Icinga DB | `boolean` | `true` |
| `icingadb.image.repository` | Repository of the Icinga DB image | `string` | `icinga/icingadb` |
| `icingadb.image.tag` | Tag of the Icinga DB image | `string` | `1.1.0` |
| `icingadb.image.pullPolicy` | Pull policy of the Icinga DB image | `string` | `IfNotPresent` |
| `icingadb.imagePullSecrets` | Pull secrets of the Icinga DB image | `[]string` | `[]` |
| `icingadb.nameOverride` | Name override of the Icinga DB deployment | `string` | `""` |
| `icingadb.fullnameOverride` | Fullname override of the Icinga DB deployment | `string` | `""` |
| `icingadb.resources` | Resources of the Icinga DB deployment | `map[string]string` | `{}` |
| `icingadb.nodeSelector` | Node selector of the Icinga DB deployment | `map[string]string` | `{}` |
| `icingadb.tolerations` | Tolerations of the Icinga DB deployment | `[]map[string]string` | `[]` |
| `icingadb.affinity` | Affinity of the Icinga DB deployment | `map[string]string` | `{}` |
| `icingadb.serviceAccount.create` | Whether or not to create a service account for the Icinga DB deployment | `boolean` | `false` |
| `icingadb.serviceAccount.annotations` | Annotations of the Icinga DB service account | `map[string]string` | `{}` |
| `icingadb.serviceAccount.name` | Name of the Icinga DB service account | `string` | `""` |
| `icingadb.podAnnotations` | Annotations of the Icinga DB pods | `map[string]string` | `{}` |
| `icingadb.podSecurityContext` | Security context of the Icinga DB pods | `map[string]string` | `{}` |
| `icingadb.securityContext` | Security context of the Icinga DB container | `map[string]string` | `{}` |

### Icinga Web values

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ tests:
- failedTemplate:
errorMessage: "director password not set. Set either .Values.global.databases.director.password.value or .Values.global.databases.director.credSecret and .Values.global.databases.director.password.secretKey"

# IcingaDB DB
- it: deploys an IcingaDB database StatefulSet using values
# Icinga DB DB
- it: deploys an Icinga DB database StatefulSet using values
documentIndex: 2
values:
- required_values.yaml
Expand All @@ -155,7 +155,7 @@ tests:
name: MARIADB_PASSWORD
value: insecureicingadbpassword

- it: deploys an IcingaDB database StatefulSet using secrets
- it: deploys an Icinga DB database StatefulSet using secrets
documentIndex: 2
values:
- required_values_secrets.yaml
Expand Down
10 changes: 5 additions & 5 deletions charts/icinga-stack/tests/icingadb_deployment_test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
suite: "[IcingaDB] Deployment"
suite: "[Icinga DB] Deployment"
templates:
- ../charts/icingadb/templates/deployment.yaml
tests:
- it: deploys an IcingaDB deployment
- it: deploys an Icinga DB deployment
values:
- required_values.yaml
release:
Expand All @@ -15,7 +15,7 @@ tests:
path: metadata.name
value: my-icinga-icingadb

- it: deploys an IcingaDB deployment using values
- it: deploys an Icinga DB deployment using values
values:
- required_values.yaml
release:
Expand All @@ -38,7 +38,7 @@ tests:
name: ICINGADB_DATABASE_PASSWORD
value: insecureicingadbpassword

- it: deploys an IcingaDB deployment using secrets
- it: deploys an Icinga DB deployment using secrets
values:
- required_values_secrets.yaml
release:
Expand Down Expand Up @@ -67,7 +67,7 @@ tests:
name: database-icingadb
key: password

- it: deploys an IcingaDB deployment with extra environment variables
- it: deploys an Icinga DB deployment with extra environment variables
values:
- required_values.yaml
set:
Expand Down

0 comments on commit 3767fdb

Please sign in to comment.