File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ helm install datadog-operator datadog/datadog-operator
186186
187187``` bash
188188kubectl create secret generic datadog-secret \
189- --from-literal api-key=$DD_API_KEY \
190- --from-literal app-key=$DD_APP_KEY \
189+ --from-literal api-key=${ DD_API_KEY} \
190+ --from-literal app-key=${ DD_APP_KEY} \
191191 --from-literal=dd_application_id=${DD_APPLICATION_ID} \
192192 --from-literal=dd_client_token=${DD_CLIENT_TOKEN}
193193```
Original file line number Diff line number Diff line change 1919 secretName : datadog-secret
2020 keyName : app-key
2121 tags :
22- - " env:storedog-k8s "
22+ - " env:${DD_ENV} "
2323 features :
2424 logCollection : # Logs
2525 enabled : true
Original file line number Diff line number Diff line change 6262 name : storedog-config
6363 key : DB_HOST
6464 - name : DD_ENV
65- value : ${DD_ENV}
65+ valueFrom :
66+ configMapKeyRef :
67+ name : storedog-config
68+ key : DD_ENV
6669 - name : DD_SERVICE
67- value : storedog -dbm
70+ value : store -dbm
6871 - name : DD_VERSION
6972 value : ${DD_VERSION_DBM}
7073 - name : DD_DBM_PROPAGATION_MODE
You can’t perform that action at this time.
0 commit comments