fix(tekton): remove Terraform service account

This commit is contained in:
Khue Doan 2022-05-14 17:50:58 +07:00
parent 9bfed1c6ce
commit 0e351eb81b
3 changed files with 0 additions and 21 deletions

View File

@ -1,12 +0,0 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: terraform-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: terraform-sa
namespace: tekton-pipelines

View File

@ -9,7 +9,4 @@ resources:
- https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
# Dashboard
- https://storage.googleapis.com/tekton-releases/dashboard/latest/tekton-dashboard-release.yaml
# Additional
- ingress.yaml
- cluster-role-binding.yaml
- service-account.yaml

View File

@ -1,6 +0,0 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: terraform-sa
secrets:
- name: terraform-secrets