forked from keptn/lifecycle-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update pipelines to work with new helm charts (keptn#2228)
- Loading branch information
1 parent
731728e
commit 3340907
Showing
4 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## @section Keptn | ||
## @param certManager.enabled Enable this value to install Keptn Certificate Manager | ||
## @param lifecycleOperator.enabled Enable this value to install Keptn Lifecycle Operator | ||
## @param metricsOperator.enabled Enable this value to install Keptn Metrics Operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
## @section Keptn | ||
certManager: | ||
## @param certManager.enabled Enable this value to install Keptn Certificate Manager | ||
enabled: true | ||
lifecycleOperator: | ||
## @param lifecycleOperator.enabled Enable this value to install Keptn Lifecycle Operator | ||
enabled: true | ||
metricsOperator: | ||
## @param metricsOperator.enabled Enable this value to install Keptn Metrics Operator | ||
enabled: true |