Skip to content

Commit

Permalink
Remove conversion properties
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Aug 15, 2024
1 parent 175d23b commit cba532c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions charts/datadog-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ But the recommended Kubernetes versions are `1.16+`.
| crds.datadogPodAutoscalers | bool | `false` | Set to true to deploy the DatadogPodAutoscalers CRD |
| crds.datadogSLOs | bool | `false` | Set to true to deploy the DatadogSLO CRD |
| fullnameOverride | string | `""` | Override the fully qualified app name |
| migration.datadogAgents.conversionWebhook.enabled | bool | `false` | |
| migration.datadogAgents.conversionWebhook.name | string | `"datadog-operator-webhook-service"` | |
| migration.datadogAgents.conversionWebhook.namespace | string | `"default"` | |
| migration.datadogAgents.useCertManager | bool | `false` | |
| migration.datadogAgents.version | string | `"v2alpha1"` | |
| nameOverride | string | `""` | Override name of app |

## Developers
Expand Down
9 changes: 0 additions & 9 deletions charts/datadog-crds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ crds:
# crds.datadogPodAutoscalers -- Set to true to deploy the DatadogPodAutoscalers CRD
datadogPodAutoscalers: false

migration:
datadogAgents:
conversionWebhook:
enabled: false
name: datadog-operator-webhook-service
namespace: default
useCertManager: false
version: "v2alpha1"

# nameOverride -- Override name of app
nameOverride: ""

Expand Down

0 comments on commit cba532c

Please sign in to comment.