deploy: render AgentRun nc01-release-gitops from PaC
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{apiVersion: kustomize.config.k8s.io/v1beta1,kind: Kustomization,resources: [namespace.yaml,mgr.yaml,runner-rbac.yaml]}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{apiVersion: v1,kind: Namespace,metadata: {name: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}}}
|
||||
@@ -0,0 +1,5 @@
|
||||
{apiVersion: v1,kind: ServiceAccount,metadata: {name: agentrun-nc01-release-runner,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}}}
|
||||
---
|
||||
{apiVersion: rbac.authorization.k8s.io/v1,kind: Role,metadata: {name: agentrun-nc01-release-runner-secret-reader,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},rules: [{apiGroups: [""],resources: [secrets],verbs: [get]}]}
|
||||
---
|
||||
{apiVersion: rbac.authorization.k8s.io/v1,kind: RoleBinding,metadata: {name: agentrun-nc01-release-runner-secret-reader,namespace: agentrun-release,labels: {app.kubernetes.io/part-of: agentrun,agentrun.pikastech.local/lane: release,agentrun.pikastech.local/node: NC01}},subjects: [{kind: ServiceAccount,name: agentrun-nc01-release-runner}],roleRef: {apiGroup: rbac.authorization.k8s.io,kind: Role,name: agentrun-nc01-release-runner-secret-reader}}
|
||||
Reference in New Issue
Block a user