-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added flyte scheduler in helm #1374
Merged
Merged
Changes from 7 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
fbba5c3
Added flyte scheduler
yindia 1e82019
make helm
yindia 1aa1f25
Added common secret
yindia fded008
Added scheduler in flyte-core
yindia 9461c0b
small fix
yindia a74ab71
more changes
yindia 3b90008
make helm
yindia 7c82e4a
disable auth for admin
yindia afac9f2
Added scheduler as different entity
yindia 719a578
Rebase master
yindia 3156ff9
make helm
yindia fb5ed63
Merge branch 'master' of github.com:flyteorg/flyte into flytescheduler
yindia 8094c36
Disable flytescheduler for eks
yindia 1a61136
Set replica of flytescheduler to 1
yindia 950fd25
Added scheduler latest image
yindia 5d0d8eb
Resolve conflict
yindia 1618a15
remove scheduler from admin
yindia c065d5f
drop changes
yindia 677a062
rebase
yindia ac4492d
drop common changes
yindia 67ffdd7
More changes
yindia 75758cc
added scheduler config name
yindia 6627d6e
more changes
yindia 3c48500
rebase master
yindia bba16d3
small config fixes
yindia 639b6d2
more changes
yindia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions
4
...core/templates/propeller/secret-auth.yaml → ...te-core/templates/common/secret-auth.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: flyte-propeller-auth | ||
name: flyte-common-auth | ||
namespace: {{ template "flyte.namespace" . }} | ||
type: Opaque | ||
stringData: | ||
client_secret: foobar | ||
client_secret: {{ .Values.configmap.admin.admin.clientSecret }} |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no i moved it in a commen secret