Skip to content

Commit

Permalink
fix: 2cent rename
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jun 20, 2024
1 parent 9d0f890 commit 5050858
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/contrib/kontinuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ options:
valuesCompilers:
globalDefaults:
enabled: true
enableHpaWhenGt1r:
enableHpaWhenGreaterThan1replica:
enabled: false

patches:
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/kontinuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
pgBackupEndpointURL: https://s3.gra.io.cloud.ovh.net
buildkitServiceEnabled: true
buildkitSvcCount: 6
enableHpaWhenGt1r:
enableHpaWhenGreaterThan1replica:
enabled: true

patches:
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/values-compilers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ module.exports = [
"../charts/contrib/values-compilers/09-pgadmin",
"../charts/contrib/values-compilers/10-tpl-meta-values",
"../charts/contrib/values-compilers/11-get-git-default-branch",
"../charts/contrib/values-compilers/20-enable-hpa-when-gt-1r",
"../charts/contrib/values-compilers/20-enable-hpa-when-greater-than1replica",
]

0 comments on commit 5050858

Please sign in to comment.