Skip to content

Commit

Permalink
Merge pull request #2551 from spiffxp/add-k8s-infra-test-pods-to-trusted
Browse files Browse the repository at this point in the history
prow: add k8s-infra-test-pods ns to prow-build-trusted
  • Loading branch information
k8s-ci-robot authored Aug 16, 2021
2 parents df1100d + 05c56b6 commit fe6e4cc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: prow-build-trusted@k8s-infra-prow-build-trusted.iam.gserviceaccount.com
name: prow-build-trusted
namespace: k8s-infra-test-pods
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: LimitRange
metadata:
name: cpu-limit-range
namespace: k8s-infra-test-pods
spec:
limits:
- defaultRequest:
cpu: 250m
type: Container
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: LimitRange
metadata:
name: mem-limit-range
namespace: k8s-infra-test-pods
spec:
limits:
- defaultRequest:
memory: 1Gi
type: Container

This file was deleted.

0 comments on commit fe6e4cc

Please sign in to comment.