-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The tekton-chains namespace is obsolete with the Tekton-Chains controller deployed with openshift-pipelines operator. - We also don't need the secrets-migrator because 'chains-secret-admin' now directly create/update the secretes in the Openshift-Pipelines namespace. - remove redundant roles & RB for `chains-secrets-admin` SA from openshift-ingress-operator namespace Signed-off-by: Satyam Bhardwaj <[email protected]>
- Loading branch information
Showing
12 changed files
with
50 additions
and
301 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
33 changes: 33 additions & 0 deletions
33
operator/gitops/argocd/pipeline-service/openshift-pipelines/allow-argocd-to-manage-jobs.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,33 @@ | ||
--- | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
name: openshift-gitops-jobs-admin | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "0" | ||
rules: | ||
- apiGroups: | ||
- batch | ||
resources: | ||
- jobs | ||
verbs: | ||
- get | ||
- list | ||
- patch | ||
- create | ||
- delete | ||
--- | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: openshift-gitops-jobs-admin | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "0" | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: openshift-gitops-jobs-admin | ||
subjects: | ||
- kind: ServiceAccount | ||
name: openshift-gitops-argocd-application-controller | ||
namespace: openshift-gitops |
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
192 changes: 0 additions & 192 deletions
192
operator/gitops/argocd/pipeline-service/tekton-chains/chains-secrets-migration.yaml
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
operator/gitops/argocd/pipeline-service/tekton-chains/kustomization.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.