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.
Merge branch 'main' into renovate/golangci-golangci-lint-1.62.x
- Loading branch information
Showing
42 changed files
with
761 additions
and
160 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,9 +56,10 @@ jobs: | |
docs | ||
e2e | ||
greenhouse | ||
greenhousectl | ||
greenhousectl | ||
actions | ||
template | ||
tests | ||
ui | ||
utils | ||
version | ||
|
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,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 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
209 changes: 209 additions & 0 deletions
209
docs/user-guides/plugin/plugin-chart-test-drawing.drawio
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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' |
Oops, something went wrong.