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

Correct spelling (Agetn --> Agent) #1127

Merged
merged 7 commits into from
Jul 28, 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
4 changes: 4 additions & 0 deletions charts/datadog-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.8

* Minor spelling corrections in the `datadog-operator` chart.

## 1.0.7

* Fix clusterrole to include `extensions` group for `customresourcedefinitions` resource.
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: datadog-operator
version: 1.0.7
version: 1.0.8
appVersion: 1.0.3
description: Datadog Operator
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/datadog-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog Operator

![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)
![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)

## Values

Expand All @@ -13,7 +13,7 @@
| appKeyExistingSecret | string | `nil` | Use existing Secret which stores APP key instead of creating a new one |
| collectOperatorMetrics | bool | `true` | Configures an openmetrics check to collect operator metrics |
| containerSecurityContext | object | `{}` | A security context defines privileges and access control settings for a container. |
| datadogAgent.enabled | bool | `true` | Enables Datadog Agetn controller |
| datadogAgent.enabled | bool | `true` | Enables Datadog Agent controller |
| datadogCRDs.crds.datadogAgents | bool | `true` | |
| datadogCRDs.crds.datadogMetrics | bool | `true` | |
| datadogCRDs.crds.datadogMonitors | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ secretBackend:
# secretBackend.arguments -- Specifies the space-separated arguments passed to the command that implements the secret backend api
arguments: ""
datadogAgent:
# datadogAgent.enabled -- Enables Datadog Agetn controller
# datadogAgent.enabled -- Enables Datadog Agent controller
enabled: true
datadogMonitor:
# datadogMonitor.enabled -- Enables the Datadog Monitor controller
Expand Down
Loading