1
0
Fork 0

fixed namespaces

This commit is contained in:
Christian Kühnel 2020-01-17 11:42:16 +01:00
parent 53dfed10c0
commit 5752b6939c
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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