-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/appset-token
- Loading branch information
Showing
16 changed files
with
81 additions
and
28 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ources/templates/scaffolder-templates-demo/sx-kargo-demo-app/kargo-gitops/app-stages.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
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
2 changes: 1 addition & 1 deletion
2
...s/scaffolder-templates-demo/sx-template-onboarding/skeleton/demo-apps/README.md
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,3 +1,3 @@ | ||
# uibklab-apps | ||
# demo apps | ||
|
||
Home of app-of-apps argo applications |
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
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
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: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: kargo-controller-read-secrets | ||
namespace: kargo | ||
subjects: | ||
- kind: ServiceAccount | ||
name: kargo-controller | ||
namespace: kargo | ||
roleRef: | ||
kind: ClusterRole | ||
name: kargo-controller-read-secrets | ||
apiGroup: rbac.authorization.k8s.io |
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 |
---|---|---|
|
@@ -31,3 +31,5 @@ kargo: | |
globalCredentials: | ||
namespaces: | ||
- kargo | ||
|
||
credentialRepoUrl: "https://github.com/.*" |
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 @@ | ||
credentialRepoUrl: ~ |
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
35 changes: 34 additions & 1 deletion
35
platform-apps/charts/team-onboarding/values-demo-metalstack.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 +1,34 @@ | ||
teams: [] | ||
scmAppsetRequeueAfterSeconds: 30 | ||
multiStageKargoAppSetHelmRepo: "https://github.com/kubriX-demo/kubriX-demo" | ||
|
||
teams: | ||
- name: team-1 | ||
sourceRepos: | ||
- '*' | ||
clusterResourceWhitelist: | ||
- group: "" | ||
kind: Namespace | ||
- group: kargo.akuity.io | ||
kind: Project | ||
appOfAppsRepo: | ||
repoURL: https://github.com/kubriX-demo/team-1-apps | ||
path: demo-apps | ||
revision: main | ||
multiStageKargoAppSet: | ||
organization: kubriX-demo | ||
|
||
# new team stanza for team team-a | ||
- name: team-a | ||
sourceRepos: | ||
- '*' | ||
clusterResourceWhitelist: | ||
- group: "" | ||
kind: Namespace | ||
- group: kargo.akuity.io | ||
kind: Project | ||
appOfAppsRepo: | ||
repoURL: https://github.com/kubriX-demo/team-a-apps | ||
path: demo-apps | ||
revision: main | ||
multiStageKargoAppSet: | ||
organization: kubriX-demo |
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,2 @@ | ||
scmAppsetRequeueAfterSeconds: 1800 | ||
multiStageKargoAppSetHelmRepo: ~ |