Skip to content

Commit

Permalink
Migrate K8s manifests to separate repo
Browse files Browse the repository at this point in the history
Due to the limitations of private repos it seems impossible to reference Kustomization base from an Argo Application located in a different repo. Possibly related to: argoproj/argo-cd#9443
  • Loading branch information
ralf-berger committed Apr 25, 2023
1 parent bebd936 commit a948a64
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 379 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches: [ main, development ]

jobs:
manifests:
uses: ./.github/workflows/kustomize.yml

images:
uses: ./.github/workflows/build.yml
with:
Expand All @@ -22,6 +19,6 @@ jobs:
registry_token: ${{ secrets.DOCKERHUB_TOKEN }}

release:
needs: [ manifests, images ]
needs: [ images ]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: ./.github/workflows/release.yml
38 changes: 0 additions & 38 deletions .github/workflows/kustomize.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ jobs:
updateOnlyUnreleased: true
skipIfReleaseExists: true
generateReleaseNotes: true
artifacts: coursemapper-webserver-base.yaml
9 changes: 0 additions & 9 deletions .k8s/Makefile

This file was deleted.

33 changes: 0 additions & 33 deletions .k8s/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions .k8s/ingress.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions .k8s/kustomization.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions .k8s/mongodb/deployment.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .k8s/mongodb/pvc.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions .k8s/mongodb/service.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions .k8s/webapp/deployment.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .k8s/webapp/service.yaml

This file was deleted.

56 changes: 0 additions & 56 deletions .k8s/webserver/deployment.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .k8s/webserver/pvc.yaml

This file was deleted.

Loading

0 comments on commit a948a64

Please sign in to comment.