Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Add an entry to CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <[email protected]>
  • Loading branch information
buraksekili committed Jul 12, 2023
1 parent 68ff917 commit 0b2be6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Added `disabled` feature in `validate_json` field of APIDefinition.
- Added a new Status resource called `latestTransaction` to the APIDefinition CRD which holds information about
last reconciliation. Now, any error can be observed there instead of checking Tyk Operator logs.
- Added an option to enable `ServiceMonitor` in helm charts, in order Prometheus Operator to scrape `/metrics` endpoint.

**Fixed**
- Check if certificate already exists on tyk before uploading
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ rbac:
# By default it is set to false and set it to true to enable deploying Service Monitor.
# Tyk Operator publishes a collection of performance metrics for each controller.
# These metrics can be scraped by Prometheus Operator, by deploying ServiceMonitor resource.
serviceMonitor: false
serviceMonitor: false

0 comments on commit 0b2be6a

Please sign in to comment.