Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Improve GH Action files (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 15, 2021
1 parent 1853e85 commit b208d83
Show file tree
Hide file tree
Showing 7 changed files with 2,739 additions and 2,131 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_STATES: false
FILTER_REGEX_EXCLUDE: CHANGELOG.md
VALIDATE_NATURAL_LANGUAGE: false
10 changes: 1 addition & 9 deletions .github/workflows/periodic-broken-link-checks.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: periodic-broken-link-checks

on:
workflow_dispatch:
schedule:
- cron: '8 8 * * 2'
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/periodic-broken-link-checks.yml
push:
branches:
- master
paths:
- .github/workflows/periodic-broken-link-checks.yml

jobs:
broken-link-checker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name }} == 'push' && github.ref == 'refs/heads/master'
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vuepress/dist
Expand Down
2 changes: 1 addition & 1 deletion docs/part-01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

## Configure AWS

Authorize to AWS using AWS CLI: [https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)
Authorize to AWS using AWS CLI: [Configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)

```bash
aws configure
Expand Down
6 changes: 0 additions & 6 deletions docs/part-02/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Install Helm

Helm Architecture:

![Helm Architecture](https://cdn.app.compendium.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/5a29c3c1-7c6b-41fa-8082-bdc8a36177c9/Image/c64c01d08df64f4420e81f962fd13a23/screen_shot_2018_09_11_at_4_48_19_pm.png
"Helm Architecture")
(blogs.oracle.com/cloudnative/helm-kubernetes-package-management)

Install [Helm](https://helm.sh/) binary:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/part-05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ no matter how many times you refresh.
[https://istio.io/docs/tasks/traffic-management/request-routing/#route-based-on-user-identity](https://istio.io/docs/tasks/traffic-management/request-routing/#route-based-on-user-identity)

All traffic from a user named `jason` will be routed to the service `reviews:v2`
by forwarding HTTP requests with custom end-user header to the appropriate
by forwarding HTTP requests with custom end user header to the appropriate
reviews service.

Enable user-based routing:
Expand Down
Loading

0 comments on commit b208d83

Please sign in to comment.