Skip to content
Open
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: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,14 @@ content/en/static_analysis/github_actions.md
content/en/static_analysis/circleci_orbs.md
content/en/static_analysis/rules/

# containers - kubernetes
content/en/containers/kubernetes/kubectl_plugin.md

# containers - datadog-operator
content/en/containers/datadog_operator/advanced_install.md
content/en/containers/datadog_operator/configuration.md
content/en/containers/datadog_operator/custom_check.md
content/en/containers/datadog_operator/data_collected.md
content/en/containers/datadog_operator/kubectl_plugin.md
content/en/containers/datadog_operator/secret_management.md
content/en/containers/guide/v2alpha1_migration.md

Expand Down
14 changes: 7 additions & 7 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3283,16 +3283,21 @@ menu:
parent: containers_kubernetes
identifier: containers_kubernetes_data_collected
weight: 410
- name: kubectl Plugin
url: containers/kubernetes/kubectl_plugin
parent: containers_kubernetes
identifier: containers_kubernetes_kubectlplugin
weight: 411
- name: Datadog CSI Driver
url: containers/kubernetes/csi_driver
parent: containers_kubernetes
identifier: csi_driver
weight: 411
weight: 412
- name: Data security
url: data_security/kubernetes
parent: containers_kubernetes
identifier: container_kubernetes_data_security
weight: 412
weight: 413
- name: Cluster Agent
url: containers/cluster_agent/
parent: containers
Expand Down Expand Up @@ -3383,11 +3388,6 @@ menu:
identifier: containers_datadog_operator_datacollected
parent: containers_datadog_operator
weight: 804
- name: kubectl Plugin
url: containers/datadog_operator/kubectl_plugin
identifier: containers_datadog_operator_kubectlplugin
parent: containers_datadog_operator
weight: 805
- name: Secret Management
url: containers/datadog_operator/secret_management
identifier: containers_datadog_operator_secretmanagement
Expand Down
2 changes: 1 addition & 1 deletion local/bin/py/build/configurations/pull_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
globs:
- 'docs/kubectl-plugin.md'
options:
dest_path: '/containers/datadog_operator/'
dest_path: '/containers/kubernetes/'
file_name: 'kubectl_plugin.md'
front_matters:
title: Datadog Operator Plugin for kubectl
Expand Down
Loading