From b46618b1423e6cf08e9398a3bb55a073f208750d Mon Sep 17 00:00:00 2001 From: Brian Sunter <2816289+briansunter@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:36:21 -1000 Subject: [PATCH] bsunter --- manifests/deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index e5ff57e3..34831078 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -12,8 +12,7 @@ spec: [ "--dockerfile=Dockerfile", "--context=git://github.com/briansunter/graph.git#refs/heads/kube", - "--destination=harbor-registry:5000/graph/site:latest", - "--insecure", + "--destination=harbor.bsunter.net/graph/site:latest", ] volumeMounts: - name: kaniko-secret @@ -28,5 +27,3 @@ spec: items: - key: .dockerconfigjson path: config.json - imagePullSecrets: - - name: kaniko-secret