Skip to content

Commit

Permalink
More SPI leftovers cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Max Shaposhnyk <mshaposh@redhat.com>
  • Loading branch information
mshaposhnik committed Aug 29, 2024
1 parent 6392437 commit 9ce0fe8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 130 deletions.
12 changes: 0 additions & 12 deletions components/sandbox/tiers/src/appstudio/ns_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,6 @@ objects:
spec:
hard:
count/enterprisecontractpolicies.appstudio.redhat.com: "512"
- apiVersion: v1
kind: ResourceQuota
metadata:
name: appstudio-crds-spi
namespace: ${SPACE_NAME}-tenant
spec:
hard:
count/spiaccesschecks.appstudio.redhat.com: "512"
count/spiaccesstokenbindings.appstudio.redhat.com: "512"
count/spiaccesstokendataupdates.appstudio.redhat.com: "512"
count/spiaccesstokens.appstudio.redhat.com: "512"
count/spifilecontentrequests.appstudio.redhat.com: "512"
- apiVersion: v1
kind: LimitRange
metadata:
Expand Down
28 changes: 0 additions & 28 deletions components/sandbox/tiers/src/appstudio/spacerole_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,34 +116,6 @@ objects:
- update
- patch
- delete
- apiGroups:
- appstudio.redhat.com
resources:
- spiaccesstokenbindings
- spiaccesschecks
- spiaccesstokens
- spifilecontentrequests
- spiaccesstokendataupdates
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- appstudio.redhat.com
resources:
- remotesecrets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand Down
19 changes: 0 additions & 19 deletions components/sandbox/tiers/src/appstudio/spacerole_contributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,6 @@ objects:
- get
- list
- watch
- apiGroups:
- appstudio.redhat.com
resources:
- spiaccesstokenbindings
- spiaccesschecks
- spiaccesstokens
- spifilecontentrequests
verbs:
- get
- list
- watch
- apiGroups:
- appstudio.redhat.com
resources:
- remotesecrets
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand Down
23 changes: 0 additions & 23 deletions components/sandbox/tiers/src/appstudio/spacerole_maintainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,6 @@ objects:
- create
- update
- patch
- apiGroups:
- appstudio.redhat.com
resources:
- spiaccesstokenbindings
- spiaccesschecks
- spiaccesstokens
- spifilecontentrequests
- spiaccesstokendataupdates
verbs:
- get
- list
- watch
- create
- update
- patch
- apiGroups:
- appstudio.redhat.com
resources:
- remotesecrets
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand Down
19 changes: 0 additions & 19 deletions components/sandbox/tiers/src/appstudio/spacerole_viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,6 @@ objects:
- get
- list
- watch
- apiGroups:
- appstudio.redhat.com
resources:
- spiaccesstokenbindings
- spiaccesschecks
- spiaccesstokens
- spifilecontentrequests
verbs:
- get
- list
- watch
- apiGroups:
- appstudio.redhat.com
resources:
- remotesecrets
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
Expand Down
29 changes: 0 additions & 29 deletions hack/preview-template.env
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,6 @@ export RELEASE_SERVICE_IMAGE_TAG=
export RELEASE_SERVICE_PR_OWNER=
export RELEASE_SERVICE_PR_SHA=

## SPI integration
### Based on https://github.com/konflux-ci/service-provider-integration-operator#configuration
export SHARED_SECRET= # Random string
export SPI_GITHUB_CLIENT_ID=
export SPI_GITHUB_CLIENT_SECRET=
export SPI_QUAY_CLIENT_ID=
export SPI_QUAY_CLIENT_SECRET=
### Change of the image
# Operator
export SPI_OPERATOR_IMAGE_REPO=
export SPI_OPERATOR_IMAGE_TAG=
export SPI_OPERATOR_PR_OWNER=
export SPI_OPERATOR_PR_SHA=
# Oauth
export SPI_OAUTH_IMAGE_REPO=
export SPI_OAUTH_IMAGE_TAG=
export SPI_OAUTH_PR_OWNER=
export SPI_OAUTH_PR_SHA=
### The API server SPI should use to perform cluster requests. This should be the same as the API server
### used by HAC.
export SPI_API_SERVER=

## Remote Secret
### Change of the image
export REMOTE_SECRET_IMAGE_REPO=
export REMOTE_SECRET_IMAGE_TAG=
export REMOTE_SECRET_PR_OWNER=
export REMOTE_SECRET_PR_SHA=

## Application management
### Deploy only listed applications
export DEPLOY_ONLY=""
Expand Down

0 comments on commit 9ce0fe8

Please sign in to comment.