Skip to content

Commit

Permalink
rm image references in example file (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Sep 28, 2021
1 parent 266cffb commit 77e7ab4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/samples/datadog-operator-hub-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ spec:
appKey: <DATADOG_APP_KEY>
token: <DATADOG_CLUSTER_AGENT_TOKEN>
agent:
image:
name: "gcr.io/datadoghq/agent:7.26.0"
apm:
enabled: false
process:
Expand All @@ -28,8 +26,6 @@ spec:
enabled: false
clusterAgent:
replicas: 2
image:
name: "gcr.io/datadoghq/cluster-agent:1.11.0"
config:
externalMetrics:
enabled: false
Expand All @@ -38,5 +34,3 @@ spec:
clusterChecksEnabled: false
clusterChecksRunner:
replicas: 2
image:
name: "gcr.io/datadoghq/agent:7.26.0"

0 comments on commit 77e7ab4

Please sign in to comment.