Skip to content

Commit e351ae3

Browse files
committed
Fix Pipeline err
1 parent 744fe00 commit e351ae3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

charts/nginx-gateway-fabric/values.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@
870870
"type": "object"
871871
},
872872
"metrics": {
873+
"description": "Custom or additional autoscaling metrics\nref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics\n- type: Pods\n pods:\n metric:\n name: nginx_gateway_fabric_nginx_process_requests_total\n target:\n type: AverageValue\n averageValue: 10000m",
873874
"properties": {
874875
"enable": {
875876
"default": true,

charts/nginx-gateway-fabric/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ certGenerator:
608608

609609
# -- A list of Gateway objects. View https://gateway-api.sigs.k8s.io/reference/spec/#gateway for full Gateway reference.
610610
gateways: []
611-
612611
# Example gateway object:
613612
# name: nginx-gateway
614613
# namespace: default

0 commit comments

Comments
 (0)