Skip to content

Commit

Permalink
Include namespace field in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
a-roberts authored and tekton-robot committed Sep 3, 2019
1 parent 9c65c11 commit 513811e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions webhooks-extension/config/extension-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: webhooks-extension
namespace: tekton-pipelines
labels:
app: webhooks-extension
spec:
Expand Down
1 change: 1 addition & 0 deletions webhooks-extension/config/extension-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: webhooks-extension
namespace: tekton-pipelines
labels:
app: webhooks-extension
tekton-dashboard-extension: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: monitor-result-task
namespace: tekton-pipelines
spec:
inputs:
resources:
Expand Down Expand Up @@ -183,7 +184,7 @@ spec:
type: pullRequest
steps:
- name: check
image: maiwj/kubernetes-python-client
image: maiwj/kubernetes-python-client:latest
env:
- name: PIPELINERUNS
value: ${inputs.params.pipelineruns}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ metadata:
labels:
app: webhooks-extension
name: webhooks-extension
namespace: tekton-pipelines
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -203,6 +204,7 @@ metadata:
app: webhooks-extension
tekton-dashboard-extension: "true"
name: webhooks-extension
namespace: tekton-pipelines
spec:
ports:
- port: 8080
Expand All @@ -218,6 +220,7 @@ metadata:
labels:
app: webhooks-extension-sink
name: webhooks-extension-sink
namespace: tekton-pipelines
spec:
template:
spec:
Expand Down Expand Up @@ -245,6 +248,7 @@ apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: monitor-result-task
namespace: tekton-pipelines
spec:
inputs:
resources:
Expand Down Expand Up @@ -275,7 +279,7 @@ spec:
type: pullRequest
steps:
- name: check
image: maiwj/kubernetes-python-client
image: maiwj/kubernetes-python-client:latest
env:
- name: PIPELINERUNS
value: ${inputs.params.pipelineruns}
Expand Down
1 change: 1 addition & 0 deletions webhooks-extension/config/sink-kservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: webhooks-extension-sink
namespace: tekton-pipelines
labels:
app: webhooks-extension-sink
spec:
Expand Down
3 changes: 2 additions & 1 deletion webhooks-extension/config/task-monitor-result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: monitor-result-task
namespace: tekton-pipelines
spec:
inputs:
resources:
Expand Down Expand Up @@ -33,7 +34,7 @@ spec:
type: pullRequest
steps:
- name: check
image: maiwj/kubernetes-python-client
image: maiwj/kubernetes-python-client:latest
env:
- name: PIPELINERUNS
value: ${inputs.params.pipelineruns}
Expand Down

0 comments on commit 513811e

Please sign in to comment.