Skip to content

Commit 5dfcb98

Browse files
committed
readme nits
1 parent 87fbb8f commit 5dfcb98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

charts/operator-eks-addon/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This is a wrapper chart for installing EKS add-on. Charts required for the add-o
1010
| 0.1.7 | 1.5.1 | 1.4.0 | 1.4.0 | 7.50.3 | 7.50.3 |
1111
| 0.1.9 | 1.8.1 | 1.7.0 | 1.7.0 | 7.54.0 | 7.54.0 |
1212
| 0.1.10 | 2.5.1 | 2.3.0 | 1.11.1 | 7.60.0 | 7.60.0 |
13+
| 0.1.11 | 2.7.0 | 2.4.1 | 1.12.1 | 7.62.2 | 7.62.2 |
14+
1315

1416
0.1.8 failed validation and didn't go through.
1517

@@ -43,7 +45,7 @@ cd /tmp/operator-eks-addon
4345
# Review chart version and dependency version are correct
4446

4547
# Render chart in a file
46-
helm template datadog-operator . > operator-addon.yaml
48+
helm template datadog-operator . -n datadog-agent > operator-addon.yaml
4749

4850
# Render chart with a sample override
4951
helm template datadog-operator . --set datadog-operator.image.tag=1.2.0 > operator-addon.yaml

0 commit comments

Comments
 (0)