All PLUGIN_* envs are passed to raymond

This commit is contained in:
Daniel
2019-04-01 10:09:36 +11:00
parent 91336b0a42
commit 2f1c83fb97
4 changed files with 5 additions and 8 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ deployment-name }}
name: {{PLUGIN_NAME}}
spec:
selector:
matchLabels:
app: {{ deployment-name }}
app: {{PLUGIN_NAME}}
replicas: 1
template:
metadata:
labels:
app: {{DRONE_COMMIT_BRANCH}}
app: {{PLUGIN_NAME}}
spec:
containers:
- name: nginx