generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(greenhousectl): setup local dev environment for plugin developers (
#775) * (chore): adds dynamic kind configuration creation * (chore): additional param to pass kind config file for cluster creation * (chore): changes config from json to yaml * (chore): dynamic kind config file generation adds hostPath mounts for plugin development * (chore): setup config from json to yaml * (chore): make plugin dev setup with onboarding * Automatic application of license header * (chore): remove plugin path for core dev * (lint): fix lint errors * (lint): remove whitespace * (chore): re-generate dev cli docs * (chore): lose the else block * (chore): adds local samples to ignore --------- Co-authored-by: License Bot <[email protected]> Co-authored-by: Akshay Iyyadurai Balasundaram <[email protected]>
- Loading branch information
1 parent
d3cb10a
commit 40fad61
Showing
24 changed files
with
282 additions
and
141 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
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,25 @@ | ||
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config: | ||
- cluster: | ||
name: greenhouse-remote | ||
- cluster: | ||
name: greenhouse-admin | ||
namespace: greenhouse | ||
dependencies: | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/idproxy | ||
crdOnly: true | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/manager | ||
valuesPath: dev-env/localenv/dev.values.yaml | ||
crdOnly: false | ||
webhook: | ||
devMode: false | ||
dockerFile: "./" | ||
envs: | ||
- name: WEBHOOK_ONLY | ||
value: 'true' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config: | ||
- cluster: | ||
name: greenhouse-remote | ||
- cluster: | ||
name: greenhouse-admin | ||
namespace: greenhouse | ||
dependencies: | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/idproxy | ||
crdOnly: true | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/manager | ||
valuesPath: dev-env/localenv/dev.values.yaml | ||
crdOnly: false | ||
webhook: | ||
devMode: false | ||
dockerFile: "./" | ||
envs: | ||
- name: WEBHOOK_ONLY | ||
value: 'false' |
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Add more resources in the future to setup a complete environment with plugins | ||
resources: | ||
- organization.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,10 @@ | ||
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
apiVersion: greenhouse.sap/v1alpha1 | ||
kind: Organization | ||
metadata: | ||
name: demo | ||
spec: | ||
description: Greenhouse Demo Organization | ||
mappedOrgAdminIdPGroup: DEMO_ORG_ADMIN |
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config: | ||
- cluster: | ||
name: greenhouse-remote | ||
- cluster: | ||
name: greenhouse-admin | ||
namespace: greenhouse | ||
dependencies: | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/idproxy | ||
crdOnly: true | ||
- manifest: | ||
release: greenhouse | ||
chartPath: charts/manager | ||
valuesPath: dev-env/localenv/dev.values.yaml | ||
crdOnly: false | ||
webhook: | ||
devMode: false | ||
dockerFile: "./" | ||
envs: | ||
- name: WEBHOOK_ONLY | ||
value: 'false' |
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
Oops, something went wrong.