-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bundle examples config to include DatadogAgent v2alpha1 (#957)
* update bundle examples config * add newline
- Loading branch information
1 parent
e6f0d38
commit 8bef4b8
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |