From 4460cca722959a4e58280fe7bd2b582429b1e156 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 10 Aug 2021 20:32:05 +0200 Subject: [PATCH] coturn-dns updater manifest --- bitbucket-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 575d8e0..69dadb5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -82,4 +82,9 @@ pipelines: variables: KUBE_CONFIG: $KUBE_CONFIG KUBECTL_COMMAND: 'apply' - RESOURCE_PATH: 'k8s/external-dns/' \ No newline at end of file + RESOURCE_PATH: 'k8s/external-dns/' + - pipe: atlassian/kubectl-run:1.1.2 + variables: + KUBE_CONFIG: $KUBE_CONFIG + KUBECTL_COMMAND: 'apply' + RESOURCE_PATH: 'k8s/coturn-dns/' \ No newline at end of file