-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add labels in openshift route resource (#337)
* Add labels in openshift route resource - Add common and custom labels to the route resource - Upgrade chart version to 2.15.12 - Regenerate doc with helm-docs Signed-off-by: Calvin Audier <[email protected]> * Update charts/litmus/README.md Co-authored-by: gdsoumya <[email protected]> Signed-off-by: Calvinaud <[email protected]> --------- Signed-off-by: Calvin Audier <[email protected]> Signed-off-by: Calvinaud <[email protected]> Co-authored-by: Calvin Audier <[email protected]> Co-authored-by: gdsoumya <[email protected]>
- Loading branch information
1 parent
deef923
commit 3558be0
Showing
4 changed files
with
8 additions
and
2 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
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 |
---|---|---|
|
@@ -325,6 +325,7 @@ openshift: | |
route: | ||
enabled: false | ||
name: litmus-portal | ||
customLabels: {} | ||
annotations: {} | ||
host: "" | ||
|
||
|