-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Re-enable sail integration test Add back fail-fast removal Signed-off-by: Adam Cattermole <[email protected]> * Install sail-operator v0.1.0 Signed-off-by: Adam Cattermole <[email protected]> * Istio installed using Sail operator added to integration tests (#954) Additionally, istio default intallation tool in dev environments now it is Sail Operator Signed-off-by: Eguzki Astiz Lezaun <[email protected]> * Use sail as default for quickstart Signed-off-by: Adam Cattermole <[email protected]> * Update quickstart sail installation Signed-off-by: Adam Cattermole <[email protected]> * Add helm to development doc Signed-off-by: Adam Cattermole <[email protected]> --------- Signed-off-by: Adam Cattermole <[email protected]> Signed-off-by: Eguzki Astiz Lezaun <[email protected]> Co-authored-by: Eguzki Astiz Lezaun <[email protected]>
- Loading branch information
Showing
7 changed files
with
39 additions
and
46 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 was deleted.
Oops, something went wrong.
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,15 +1,12 @@ | ||
apiVersion: operator.istio.io/v1alpha1 | ||
apiVersion: sailoperator.io/v1alpha1 | ||
kind: Istio | ||
metadata: | ||
name: default | ||
spec: | ||
version: v1.20.0 | ||
# Supported values for sail-operator v0.1.0 are [v1.22.4,v1.23.0] | ||
version: v1.23.0 | ||
namespace: istio-system | ||
# Disable autoscaling to reduce dev resources | ||
values: | ||
pilot: | ||
autoscaleEnabled: false | ||
rawValues: | ||
gateways: | ||
istio-ingressgateway: | ||
autoscaleEnabled: false |
This file was deleted.
Oops, something went wrong.
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