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

Update bundle examples config to include DatadogAgent v2alpha1 #957

Merged
merged 2 commits into from
Oct 25, 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
34 changes: 34 additions & 0 deletions config/samples/datadog-operator-hub-example-v2alpha1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: datadoghq.com/v2alpha1
kind: DatadogAgent
metadata:
name: datadog
spec:
global:
clusterAgentToken: <DATADOG_CLUSTER_AGENT_TOKEN>
clusterName: <CLUSTER_NAME>
credentials:
apiKey: <DATADOG_API_KEY>
appKey: <DATADOG_APP_KEY>
features:
admissionController:
enabled: false
apm:
enabled: false
clusterChecks:
enabled: false
cspm:
enabled: false
cws:
enabled: false
externalMetricsServer:
enabled: false
liveProcessCollection:
enabled: false
logCollection:
containerCollectAll: false
enabled: true
override:
clusterAgent:
replicas: 2
clusterChecksRunner:
replicas: 2
3 changes: 2 additions & 1 deletion config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Append samples you want in your CSV to this file as resources ##
resources:
- datadog-operator-hub-example.yaml
- datadog-operator-hub-example-v2alpha1.yaml
- datadog-operator-hub-example-v1alpha1.yaml
- datadogmetric-v1alpha1.yaml
- datadoghq_v1alpha1_datadogmonitor.yaml
# +kubebuilder:scaffold:manifestskustomizesamples
Loading