diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/charts/datadog/Chart.yaml b/charts/datadog/Chart.yaml new file mode 100644 index 00000000..4babf66a --- /dev/null +++ b/charts/datadog/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: datadog-operator +version: 1.0.0 +appVersion: 1.3.0 +description: Datadog Operator +dependencies: + - name: datadog-operator + version: 1.4.1 + repository: https://helm.datadoghq.com \ No newline at end of file diff --git a/charts/datadog/templates/datadog-agent.yaml b/charts/datadog/templates/datadog-agent.yaml new file mode 100644 index 00000000..1802abb2 --- /dev/null +++ b/charts/datadog/templates/datadog-agent.yaml @@ -0,0 +1,15 @@ +apiVersion: datadoghq.com/v2alpha1 +kind: DatadogAgent +metadata: + name: datadog +spec: + global: + credentials: + apiSecret: + secretName: datadog-secret + keyName: api-key + features: + apm: + enabled: true + logCollection: + enabled: true \ No newline at end of file diff --git a/charts/datadog/values.yaml b/charts/datadog/values.yaml new file mode 100644 index 00000000..e69de29b