From 1c446f9cbbe4bbb8c4c012ebbc6804dc8fbb20cf Mon Sep 17 00:00:00 2001 From: Vitor Gomes <5174765+vitorafgomes@users.noreply.github.com> Date: Thu, 24 Mar 2022 23:55:49 +0000 Subject: [PATCH] Changed the deploy to apps/v1 --- deploy/argo-tunnel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/argo-tunnel.yaml b/deploy/argo-tunnel.yaml index f9d3aa2..c62ed66 100644 --- a/deploy/argo-tunnel.yaml +++ b/deploy/argo-tunnel.yaml @@ -35,7 +35,7 @@ subjects: name: argo-tunnel namespace: default --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: labels: @@ -86,4 +86,4 @@ spec: labelSelector: matchLabels: app: argo-tunnel - topologyKey: kubernetes.io/hostname \ No newline at end of file + topologyKey: kubernetes.io/hostname