mirror of
https://github.com/danielgormly/drone-plugin-kube.git
synced 2026-06-14 22:11:16 +08:00
All PLUGIN_* envs are passed to raymond
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user