From f9c2a2d185d541375e065c5bde305817860162f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Thu, 2 Feb 2023 04:17:22 +0000 Subject: [PATCH] rolebinding delete --- template/template.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/template/template.yml b/template/template.yml index 3fc5eac..861a335 100644 --- a/template/template.yml +++ b/template/template.yml @@ -14,8 +14,6 @@ objectKinds: - PersistentVolumeClaim - ConfigMap - Secret - - Secret - - RoleBinding - IntegrationConfig objects: - apiVersion: v1 @@ -69,17 +67,6 @@ objects: [http] sslVerify = true type: Opaque - - apiVersion: rbac.authorization.k8s.io/v1 - kind: RoleBinding - metadata: - name: '${APP_NAME}-binding' - roleRef: - kind: ClusterRole - apiGroup: rbac.authorization.k8s.io - name: cicd-example-role - subjects: - - kind: ServiceAccount - name: '${APP_NAME}-config-sa' - apiVersion: cicd.tmax.io/v1 kind: IntegrationConfig metadata: