Skip to content

Commit dcf508c

Browse files
authored
fix: include metrics in the helper template agent config (#8404)
1 parent ff915db commit dcf508c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/nginx-ingress/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ tls:
585585
features:
586586
- registration
587587
- nginx-counting
588-
- metrics-sender
588+
- metrics
589589
- dataplane-status
590590
extensions:
591591
- nginx-app-protect

charts/tests/__snapshots__/helmunit_test.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ data:
10021002
features:
10031003
- registration
10041004
- nginx-counting
1005-
- metrics-sender
1005+
- metrics
10061006
- dataplane-status
10071007
extensions:
10081008
- nginx-app-protect
@@ -1323,7 +1323,7 @@ spec:
13231323
labels:
13241324
app.kubernetes.io/name: nginx-ingress
13251325
app.kubernetes.io/instance: app-protect-waf-agentv2
1326-
agent-configuration-revision-hash: "58428611"
1326+
agent-configuration-revision-hash: "df256a4f"
13271327
annotations:
13281328
prometheus.io/scrape: "true"
13291329
prometheus.io/port: "9113"
@@ -2055,7 +2055,7 @@ data:
20552055
features:
20562056
- registration
20572057
- nginx-counting
2058-
- metrics-sender
2058+
- metrics
20592059
- dataplane-status
20602060
extensions:
20612061
- nginx-app-protect
@@ -2376,7 +2376,7 @@ spec:
23762376
labels:
23772377
app.kubernetes.io/name: nginx-ingress
23782378
app.kubernetes.io/instance: app-protect-wafv5-agentv2
2379-
agent-configuration-revision-hash: "a8989f3a"
2379+
agent-configuration-revision-hash: "7f0862bf"
23802380
annotations:
23812381
prometheus.io/scrape: "true"
23822382
prometheus.io/port: "9113"

0 commit comments

Comments
 (0)