diff --git a/gitopsteam.yaml b/gitopsteam.yaml deleted file mode 100644 index 56701b4b..00000000 --- a/gitopsteam.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# GitOpsTeam - create this CRD in your tools namespace in order to enable -# Argo CD for your project -apiVersion: warden.devops.gov.bc.ca/v1alpha1 -kind: GitOpsTeam -metadata: - name: gitopsteam-itvr - namespace: ac294c-tools -spec: - # gitOpsMembers defines the git repo access (tenant-gitops-XYZ) - # Note that users with repo access will have to accept an invitation from - # GitHub to join the bcgov-c GitHub organization if they are not already - # members. - # - # Warning: GitHub IDs are CASE SENSITIVE - # - # ----------------------------------------------------------------------- - gitOpsMembers: - # Full admin access to the repo, including repo deletion, adding of users - # Recommended for people who need full access to the project, including - # sensitive and destructive actions like managing security or deleting a - # repository. - admins: - - kuanfandevops - - tim738745 - - # Recommended for contributors who actively push to your project. - writers: - - emi-hi - - JulianForeman - - # Recommended for project managers who need to manage the repository without - # access to sensitive or destructive actions. - maintainers: - - shayjeff - - # Recommended for non-code contributors who want to view or discuss your - # project. - readers: - - airinggov - - ArawuSamuel1 - - katerinkus - - Lalita-Lala - - # Recommended for contributors who need to manage issues and pull requests - # without write access. - triage: - - # projectMembers defines access to the Argo CD UI - # ----------------------------------------------- - projectMembers: - # Project Maintainers have full access to the Argo CD Project, including the - # ability create, edit, and delete Applications within the Project - maintainers: - - kuanfandevops@github - - tim738745@github - - emi-hi@github - - JulianForeman@github - - # Project Readers have read-only access to the Project in the Argo CD UI - readers: - - shayjeff@github - - airinggov@github - - ArawuSamuel1 - - katerinkus - - Lalita-Lala