Skip to content

Commit

Permalink
Merge branch 'main' into 667-provide-ci-check-to-verify-links
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-double-u authored Oct 23, 2024
2 parents fe9e2c1 + 5ca17f3 commit ade2b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.16/scalers/cpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ triggers:
- type: cpu
metricType: Utilization # Allowed types are 'Utilization' or 'AverageValue'
metadata:
type: Utilization # Deprecated in favor of trigger.metricType; allowed types are 'Utilization' or 'AverageValue'
type: Utilization # DEPRECATED: This parameter is deprecated in favor of trigger.metricType and will be removed in version v2.18; allowed types are 'Utilization' or 'AverageValue'
value: "60"
containerName: "" # Optional. You can use this to target a specific container in a pod
```
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.16/scalers/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ triggers:
- type: memory
metricType: Utilization # Allowed types are 'Utilization' or 'AverageValue'
metadata:
type: Utilization # Deprecated in favor of trigger.metricType; allowed types are 'Utilization' or 'AverageValue'
type: Utilization # DEPRECATED: This parameter is deprecated in favor of trigger.metricType and will be removed in version v2.18; allowed types are 'Utilization' or 'AverageValue'
value: "60"
containerName: "" # Optional. You can use this to target a specific container in a pod
```
Expand Down

0 comments on commit ade2b36

Please sign in to comment.