-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dd1ae6
commit 2b9279a
Showing
3 changed files
with
34 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
super-agent-deployment: | ||
global: | ||
cluster: sa-cluster | ||
licenseKey: test | ||
|
||
super-agent-deployment: | ||
config: | ||
auth: | ||
organizationId: test | ||
# There is no way to test the auth flow for now. Tests get stuck as the pre-install job cannot succeed to create a new system identity. | ||
# Until we have a better idea or we are able to create a fake oauth server, we have to disable this. | ||
enabled: false |