Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent 4b7120d commit 0168e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .k8s/staging/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -11,7 +11,7 @@ spec:
template:
spec:
containers:
- name: github-ci
- name: github-ci-staging
image: pkgxdev/pkgx:latest
imagePullPolicy: Always
env:
Expand Down

0 comments on commit 0168e64

Please # to comment.