-
Notifications
You must be signed in to change notification settings - Fork 14
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 feature/#4155-Disbursement_Receipt_Process_F…
…ail_Expectations
- Loading branch information
Showing
7 changed files
with
123 additions
and
63 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Env Setup - Update Sysdig Team in Openshift | ||
run-name: Env Setup - Update Sysdig Team in Openshift using ${{ github.ref_name }} | ||
|
||
concurrency: update-sysdig-team | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
update-sysdig-team: | ||
name: Update Sysdig Team | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Target Branch | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.ref_name }} | ||
- name: Install CLI tools from OpenShift Mirror | ||
uses: redhat-actions/openshift-tools-installer@v1 | ||
with: | ||
oc: "4" | ||
- name: Log in to OpenShift | ||
run: | | ||
oc login --token=${{ secrets.SA_TOKEN }} --server=${{ vars.OPENSHIFT_CLUSTER_URL }} | ||
- name: Delete Redis | ||
working-directory: "./devops/" | ||
run: | | ||
make update-sysdig-team |
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 |
---|---|---|
@@ -1,27 +1,39 @@ | ||
apiVersion: ops.gov.bc.ca/v1alpha1 | ||
kind: SysdigTeam | ||
metadata: | ||
name: 0c27fb-sysdigteam | ||
namespace: 0c27fb-tools | ||
spec: | ||
team: | ||
description: The Sysdig Team for the OpenShift Project Set SIMS | ||
users: | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_STANDARD | ||
- name: [email protected] | ||
role: ROLE_TEAM_STANDARD | ||
apiVersion: template.openshift.io/v1 | ||
kind: Template | ||
objects: | ||
- apiVersion: ops.gov.bc.ca/v1alpha1 | ||
kind: SysdigTeam | ||
metadata: | ||
name: ${LICENSE_PLATE}-sysdigteam | ||
namespace: ${LICENSE_PLATE}-tools | ||
spec: | ||
team: | ||
description: The Sysdig Team for the OpenShift Project Set SIMS | ||
users: | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_STANDARD | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_EDIT | ||
- name: [email protected] | ||
role: ROLE_TEAM_STANDARD | ||
- name: [email protected] | ||
role: ROLE_TEAM_STANDARD | ||
parameters: | ||
- name: LICENSE_PLATE | ||
description: | | ||
License plate to apply the template. | ||
required: true |
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