-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove references to jbs in sandbox/tiers
- There are mentions of jvm-build-service in components/sandbox/tiers - Remove the references and run `ksctl generate nstemplatetiers --source ./src --out-dir ./production` as mentioned in README (same for staging)
- Loading branch information
Showing
45 changed files
with
5,378 additions
and
48 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
172 changes: 172 additions & 0 deletions
172
.../tiers/production/appstudio/tiertemplate-appstudio-contributor-3265408548-3265408548.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,172 @@ | ||
# ---------------------------------------------------------------- | ||
# Generated by cli - DO NOT EDIT | ||
# ---------------------------------------------------------------- | ||
|
||
apiVersion: toolchain.dev.openshift.com/v1alpha1 | ||
kind: TierTemplate | ||
metadata: | ||
name: appstudio-contributor-3265408548-3265408548 | ||
namespace: toolchain-host-operator | ||
spec: | ||
revision: 3265408548-3265408548 | ||
template: | ||
apiVersion: template.openshift.io/v1 | ||
kind: Template | ||
metadata: {} | ||
objects: | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: appstudio-contributor-user-actions | ||
namespace: ${NAMESPACE} | ||
rules: | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- applications | ||
- components | ||
- imagerepositories | ||
- componentdetectionqueries | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- promotionruns | ||
- snapshotenvironmentbindings | ||
- snapshots | ||
- environments | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- deploymenttargets | ||
- deploymenttargetclaims | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- managed-gitops.redhat.com | ||
resources: | ||
- gitopsdeployments | ||
- gitopsdeploymentmanagedenvironments | ||
- gitopsdeploymentrepositorycredentials | ||
- gitopsdeploymentsyncruns | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- tekton.dev | ||
resources: | ||
- pipelineruns | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- results.tekton.dev | ||
resources: | ||
- results | ||
- records | ||
- logs | ||
verbs: | ||
- get | ||
- list | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- integrationtestscenarios | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- enterprisecontractpolicies | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- releases | ||
- releasestrategies | ||
- releaseplans | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- releaseplanadmissions | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- configmaps | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- buildpipelineselectors | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- projctl.konflux.dev | ||
resources: | ||
- projects | ||
- projectdevelopmentstreams | ||
- projectdevelopmentstreamtemplates | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: appstudio-contributor-${USERNAME}-actions-user | ||
namespace: ${NAMESPACE} | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: appstudio-contributor-user-actions | ||
subjects: | ||
- kind: User | ||
name: ${USERNAME} | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: appstudio-${USERNAME}-view-user | ||
namespace: ${NAMESPACE} | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: view | ||
subjects: | ||
- kind: User | ||
name: ${USERNAME} | ||
parameters: | ||
- name: NAMESPACE | ||
required: true | ||
- name: USERNAME | ||
required: true | ||
tierName: appstudio | ||
type: contributor |
190 changes: 190 additions & 0 deletions
190
...box/tiers/production/appstudio/tiertemplate-appstudio-maintainer-834439883-834439883.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,190 @@ | ||
# ---------------------------------------------------------------- | ||
# Generated by cli - DO NOT EDIT | ||
# ---------------------------------------------------------------- | ||
|
||
apiVersion: toolchain.dev.openshift.com/v1alpha1 | ||
kind: TierTemplate | ||
metadata: | ||
name: appstudio-maintainer-834439883-834439883 | ||
namespace: toolchain-host-operator | ||
spec: | ||
revision: 834439883-834439883 | ||
template: | ||
apiVersion: template.openshift.io/v1 | ||
kind: Template | ||
metadata: {} | ||
objects: | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: Role | ||
metadata: | ||
name: appstudio-maintainer-user-actions | ||
namespace: ${NAMESPACE} | ||
rules: | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- applications | ||
- components | ||
- imagerepositories | ||
- componentdetectionqueries | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- promotionruns | ||
- snapshotenvironmentbindings | ||
- snapshots | ||
- environments | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- deploymenttargets | ||
- deploymenttargetclaims | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- managed-gitops.redhat.com | ||
resources: | ||
- gitopsdeployments | ||
- gitopsdeploymentmanagedenvironments | ||
- gitopsdeploymentrepositorycredentials | ||
- gitopsdeploymentsyncruns | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- tekton.dev | ||
resources: | ||
- pipelineruns | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- results.tekton.dev | ||
resources: | ||
- results | ||
- records | ||
- logs | ||
verbs: | ||
- get | ||
- list | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- integrationtestscenarios | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- delete | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- enterprisecontractpolicies | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- releases | ||
- releasestrategies | ||
- releaseplans | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- delete | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- releaseplanadmissions | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- delete | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- configmaps | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- appstudio.redhat.com | ||
resources: | ||
- buildpipelineselectors | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- apiGroups: | ||
- projctl.konflux.dev | ||
resources: | ||
- projects | ||
- projectdevelopmentstreams | ||
- projectdevelopmentstreamtemplates | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
- create | ||
- update | ||
- patch | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: appstudio-maintainer-${USERNAME}-actions-user | ||
namespace: ${NAMESPACE} | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: appstudio-maintainer-user-actions | ||
subjects: | ||
- kind: User | ||
name: ${USERNAME} | ||
- apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
name: appstudio-${USERNAME}-view-user | ||
namespace: ${NAMESPACE} | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: view | ||
subjects: | ||
- kind: User | ||
name: ${USERNAME} | ||
parameters: | ||
- name: NAMESPACE | ||
required: true | ||
- name: USERNAME | ||
required: true | ||
tierName: appstudio | ||
type: maintainer |
Oops, something went wrong.