fixing deployment

This commit is contained in:
Leopold Lamprecht 2022-09-12 07:06:55 +02:00
parent 8919efb7dc
commit 2262dbad99

View file

@ -22,6 +22,7 @@ steps:
settings: settings:
repo: git.cluster.stumblestore.de/llamprecht/knilch-web repo: git.cluster.stumblestore.de/llamprecht/knilch-web
auto_tag: true auto_tag: true
registry: git.cluster.stumblestore.de registry: git.cluster.stumblestore.de
username: llamprecht username: llamprecht
password: password:
@ -31,6 +32,8 @@ steps:
image: vallard/drone-kube image: vallard/drone-kube
template: deployment.yaml template: deployment.yaml
namespace: knilch-web namespace: knilch-web
server:
from_secret: KUBE_SERVER
when: when:
event: event:
- promote - promote