Skip to content

Commit

Permalink
refactor: cleanup and decoupling of openshift-gitops and op1st-gitops
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed May 6, 2024
1 parent 5c03977 commit a7b6274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: b4mad-racing
namespace: op1st-gitops
spec:
destination:
server: https://api.phobos.b4mad.emea.operate-first.cloud:6443
namespace: b4mad-racing
project: b4mad
source:
path: manifests/env/phobos
repoURL: https://github.com/b4mad/racing.git
repoURL: https://github.com/b4mad/racing-manifests.git
targetRevision: main
syncPolicy:
syncOptions:
Expand Down
1 change: 1 addition & 0 deletions manifests/applications/gitops/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
# - repositories/
- applications/alertmanager-github-receiver.yaml
- applications/argocd-image-updater.yaml
- applications/b4mad-racing.yaml
- applications/monitoring.yaml
- applications/prow.yaml
- https://codeberg.org/feeldata/manifests/raw/branch/main/applications/dev.yaml
Expand Down

0 comments on commit a7b6274

Please sign in to comment.