Skip to content

Commit

Permalink
Update bundle examples config to include DatadogAgent v2alpha1 (#957)
Browse files Browse the repository at this point in the history
* update bundle examples config

* add newline
  • Loading branch information
fanny-jiang authored Oct 25, 2023
1 parent e6f0d38 commit 8bef4b8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
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

0 comments on commit 8bef4b8

Please sign in to comment.