Skip to content

Commit 8553c83

Browse files
authored
removed unused value from configmap (#119)
2 parents 3c0b63f + 3ee889d commit 8553c83

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

k8s-manifests/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ The deployment process uses several environment variables to template image loca
110110
| `DD_VERSION_BACKEND` | Version tag for backend & worker services | `1.0.0` |
111111
| `DD_VERSION_DISCOUNTS` | Version tag for discounts service | `1.0.0` |
112112
| `DD_VERSION_NGINX` | Version tag for nginx | `1.0.0` |
113-
| `NEXT_PUBLIC_DD_SERVICE_FRONTEND` | RUM service name for frontend | `store-frontend` |
114113
| `NEXT_PUBLIC_DD_VERSION_FRONTEND` | Version tag for frontend service | `1.0.0` |
115114
| `DD_API_KEY` | Datadog API key (for secret creation) | `<your-datadog-api-key>` |
116115
| `DD_APP_KEY` | Datadog App key (for secret creation) | `<your-datadog-app-key>` |
@@ -145,7 +144,6 @@ export DD_VERSION_ADS_PYTHON=1.0.0
145144
export DD_VERSION_BACKEND=1.0.0
146145
export DD_VERSION_DISCOUNTS=1.0.0
147146
export DD_VERSION_NGINX=1.28.0
148-
export NEXT_PUBLIC_DD_SERVICE_FRONTEND=store-frontend
149147
export NEXT_PUBLIC_DD_VERSION_FRONTEND=1.0.0
150148
```
151149

k8s-manifests/storedog-app/configmaps/shared-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ data:
1818
NEXT_PUBLIC_SPREE_CLIENT_HOST: /services/backend
1919
NEXT_PUBLIC_SPREE_IMAGE_HOST: /services/backend
2020
NEXT_PUBLIC_SPREE_ALLOWED_IMAGE_DOMAIN: service-proxy
21-
NEXT_PUBLIC_DD_ENV: storedog-k8s
2221
DD_ENV: storedog-k8s

0 commit comments

Comments
 (0)