Skip to content

Commit

Permalink
remove extra staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent d177f7c commit dc57ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .k8s/staging/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: louper-staging
name: louper
namespace: louper-staging
annotations:
argocd-image-updater.argoproj.io/image-list: louper=mark3labs/louper-web:staging-latest
Expand Down
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-staging
name: github-ci
generatedName: build-image-and-push-
annotations:
argocd.argoproj.io/hook: PreSync
Expand All @@ -11,7 +11,7 @@ spec:
template:
spec:
containers:
- name: github-ci-staging
- name: github-ci
image: pkgxdev/pkgx:latest
imagePullPolicy: Always
env:
Expand Down

0 comments on commit dc57ceb

Please # to comment.