fixed namespaces
This commit is contained in:
parent
53dfed10c0
commit
5752b6939c
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ apiVersion: extensions/v1beta1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: agent-debian-testing-clang8-buildkite
|
name: agent-debian-testing-clang8-buildkite
|
||||||
namespace: jenkins
|
namespace: buildkite
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -21,4 +21,4 @@
|
||||||
# Do not share this token with anyone!
|
# Do not share this token with anyone!
|
||||||
# [1] https://buildkite.com/organizations/llvm-project/agents
|
# [1] https://buildkite.com/organizations/llvm-project/agents
|
||||||
|
|
||||||
kubectl create secret generic buildkite-token --from-file ~/.llvm-premerge-checks/buildkite-token
|
kubectl create secret generic buildkite-token --namespace jenkins --from-file ~/.llvm-premerge-checks/buildkite-token
|
Loading…
Reference in a new issue