Skip to content

Commit b5b4fac

Browse files
igba1980igba.ujege
andauthored
Update variable references in manifest_template.yml (#103)
The commit corrects the environment variable references in the quota and ratelimit sections of the manifest_template.yml file. These changes ensure that the correct values are being fetched for limit and ratelimit parameters, increasing the accuracy and integrity of the referencing system. Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent 558c704 commit b5b4fac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifest_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ apigee:
7070
{{ NAME }}:
7171
quota:
7272
enabled: true
73-
limit: {{ env.quota | default(300)}}
73+
limit: {{ ENV.quota | default(300)}}
7474
interval: 1
7575
timeunit: minute
7676
spikeArrest:
7777
enabled: true
78-
ratelimit: {{ env.ratelimit | default('300pm') }}
78+
ratelimit: {{ ENV.ratelimit | default('300pm') }}
7979
# app:
8080
# quota:
8181
# enabled: false

0 commit comments

Comments
 (0)