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