-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor prerequisites to use resource manager
- Loading branch information
Tim Schrodi
committed
Apr 20, 2020
1 parent
e208b80
commit 25197cc
Showing
589 changed files
with
120,908 additions
and
105,749 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Copyright 2019 Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
controller: | ||
enableLeaderElection: false | ||
maxConcurrentSyncs: 5 | ||
webhook: | ||
port: 443 | ||
certDir: "" | ||
|
||
testmachinery: | ||
testdefPath: test/.test-defs | ||
local: false | ||
insecure: false | ||
disableCollector: true | ||
cleanWorkflowPods: false | ||
|
||
github: | ||
cache: | ||
cacheDir: /tmp/tm/cache | ||
cacheDiskSizeGB: 5 | ||
maxAgeSeconds: 60 | ||
argo: | ||
argoUI: | ||
ingress: | ||
enabled: false | ||
host: argoui.example.com | ||
|
||
s3Configuration: | ||
server: | ||
minio: | ||
distributed: false | ||
ingress: | ||
enabled: true | ||
host: minio.ingress.tm-it.core.shoot.canary.k8s-hana.ondemand.com | ||
ssl: false | ||
bucketName: testmachinery | ||
accessKey: kjdpasnvpornv | ||
secretKey: askldmackmdpacm | ||
|
||
# esConfiguration: | ||
# endpoint: https:...:9200 | ||
# username: user | ||
# password: my-password | ||
|
||
# imageVectorOverwrite: | | ||
# - name: argo-ui | ||
# sourceRepository: github.com/argoproj/argo | ||
# repository: argoproj/argocli | ||
# tag: "v2.6.3" | ||
# - name: argo-workflow-controller | ||
# sourceRepository: github.com/argoproj/argo | ||
# repository: argoproj/workflow-controller | ||
# tag: "v2.6.3" | ||
# - name: argo-executor | ||
# sourceRepository: github.com/argoproj/argo | ||
# repository: argoproj/argoexec | ||
# tag: "v2.6.3" | ||
# - name: minio | ||
# sourceRepository: github.com/minio/minio | ||
# repository: minio/minio | ||
# tag: "RELEASE.2020-04-04T05-39-31Z" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
.idea | ||
.DS_Store | ||
temp/ | ||
tmp/ | ||
tmp | ||
venv | ||
|
||
# Generated secrets | ||
|
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,17 @@ | ||
images: | ||
- name: argo-ui | ||
sourceRepository: github.com/argoproj/argo | ||
repository: argoproj/argocli | ||
tag: "v2.6.3" | ||
- name: argo-workflow-controller | ||
sourceRepository: github.com/argoproj/argo | ||
repository: argoproj/workflow-controller | ||
tag: "v2.6.3" | ||
- name: argo-executor | ||
sourceRepository: github.com/argoproj/argo | ||
repository: argoproj/argoexec | ||
tag: "v2.6.3" | ||
- name: minio | ||
sourceRepository: github.com/minio/minio | ||
repository: minio/minio | ||
tag: "RELEASE.2020-04-04T05-39-31Z" |
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.