-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test helm template and remove argo links (#654)
* generate argocd links to lapis swagger per organism * commit a helm template test * move up and fix templateability check * typo * restore linebreak * remove links
- Loading branch information
1 parent
5ae6849
commit 3b9c732
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,18 @@ jobs: | |
run: | | ||
./deploy.py cluster | ||
- name: Test helm template | ||
uses: WyriHaximus/github-action-helm3@v3 | ||
with: | ||
exec: helm template does-not-matter ./kubernetes/preview > defaultTemplate.yaml | ||
|
||
- name: Upload default helm template | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: default-helm-template | ||
path: defaultTemplate.yaml | ||
|
||
|
||
- name: Wait for Backend Docker Image | ||
uses: lewagon/[email protected] | ||
with: | ||
|
@@ -42,7 +54,7 @@ jobs: | |
ref: ${{ github.ref }} | ||
check-name: Build Website Docker Image | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Deploy with helm | ||
uses: WyriHaximus/github-action-helm3@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters