Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/nginx-ingress/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ tls:
features:
- registration
- nginx-counting
- metrics-sender
- metrics
- dataplane-status
extensions:
- nginx-app-protect
Expand Down
8 changes: 4 additions & 4 deletions charts/tests/__snapshots__/helmunit_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ data:
features:
- registration
- nginx-counting
- metrics-sender
- metrics
- dataplane-status
extensions:
- nginx-app-protect
Expand Down Expand Up @@ -1323,7 +1323,7 @@ spec:
labels:
app.kubernetes.io/name: nginx-ingress
app.kubernetes.io/instance: app-protect-waf-agentv2
agent-configuration-revision-hash: "58428611"
agent-configuration-revision-hash: "df256a4f"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9113"
Expand Down Expand Up @@ -2055,7 +2055,7 @@ data:
features:
- registration
- nginx-counting
- metrics-sender
- metrics
- dataplane-status
extensions:
- nginx-app-protect
Expand Down Expand Up @@ -2376,7 +2376,7 @@ spec:
labels:
app.kubernetes.io/name: nginx-ingress
app.kubernetes.io/instance: app-protect-wafv5-agentv2
agent-configuration-revision-hash: "a8989f3a"
agent-configuration-revision-hash: "7f0862bf"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9113"
Expand Down
Loading