From 0168e6410a2d00f10e445bbe90d43cba2579dbc1 Mon Sep 17 00:00:00 2001 From: Ed Zynda Date: Thu, 16 May 2024 19:33:20 +0300 Subject: [PATCH] fix namespace --- .k8s/staging/jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.k8s/staging/jobs.yml b/.k8s/staging/jobs.yml index 4feb305..df19b99 100644 --- a/.k8s/staging/jobs.yml +++ b/.k8s/staging/jobs.yml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: namespace: louper-staging - name: github-ci + name: github-ci-staging generatedName: build-image-and-push- annotations: argocd.argoproj.io/hook: PreSync @@ -11,7 +11,7 @@ spec: template: spec: containers: - - name: github-ci + - name: github-ci-staging image: pkgxdev/pkgx:latest imagePullPolicy: Always env: