forked from kubeflow/pipelines
-
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.
Roll back self-managed repo test (kubeflow#886)
Roll back self-managed repo test
- Loading branch information
Yao Xiao
authored
Feb 1, 2021
1 parent
fc5a44d
commit e4f7eda
Showing
5 changed files
with
14 additions
and
31 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
13 changes: 13 additions & 0 deletions
13
aws/GitOps/clusters/optional-test-infra-tekton/namespaces/kubeflow-test-infra/secret.yaml
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,13 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: aws-credentials | ||
type: Opaque | ||
stringData: | ||
credentials: |- | ||
[default] | ||
aws_access_key_id = $(aws_access_key_id) | ||
aws_secret_access_key = $(aws_secret_access_key) | ||
config: |- | ||
[default] | ||
region = us-west-2 |
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 |
---|---|---|
|
@@ -6,5 +6,3 @@ triggers: | |
plugins: | ||
kubeflow/tf-operator: | ||
- trigger | ||
PatrickXYS-testing/kfserving: | ||
- trigger |