Skip to content

Commit

Permalink
Add prescription-refresh in stage
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Murdaca <[email protected]>
  • Loading branch information
Francesco Murdaca committed Jan 10, 2022
1 parent c18f2dd commit 190c2ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ resources:
- stage-thoth-package-extract.yaml
- stage-thoth-package-releases.yaml
- stage-thoth-package-update.yaml
- stage-thoth-prescription-refresh-job.yaml
- stage-thoth-purge-job.yaml
- stage-thoth-revsolver.yaml
- stage-thoth-security-indicators.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: stage-thoth-prescriptions-refresh-job
spec:
project: thoth-stage
source:
repoURL: 'https://github.com/thoth-station/thoth-application.git'
path: prescriptions-refresh-job/overlays/ocp4-stage
targetRevision: master
destination:
server: 'https://api.ocp4.prod.psi.redhat.com:6443'
namespace: thoth-middletier-stage
syncPolicy:
automated:
selfHeal: true
prune: true

0 comments on commit 190c2ca

Please sign in to comment.