Skip to content

Commit

Permalink
Define namespace and service account for kOps prowjobs.
Browse files Browse the repository at this point in the history
Create a dedicated namespace for the prowjobs scheduled by prow.k8s.io

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Dec 1, 2023
1 parent 7810aa0 commit 009c555
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: test-pods
5 changes: 5 additions & 0 deletions infra/aws/terraform/kops-infra-ci/resources/sa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: "prowjob-default-sa"
namespace: "test-pods"

0 comments on commit 009c555

Please sign in to comment.