Skip to content

Commit

Permalink
Merge pull request #19 from stakater/vale3
Browse files Browse the repository at this point in the history
Vale 3
  • Loading branch information
rasheedamir authored Jan 20, 2024
2 parents ba7970c + c2321c9 commit 42c4f04
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/[email protected].62
uses: stakater/.github/.github/workflows/[email protected].64
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/[email protected].62
uses: stakater/.github/.github/workflows/[email protected].64
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/[email protected].62
uses: stakater/.github/.github/workflows/[email protected].64
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: stakater/.github/.github/workflows/[email protected].62
uses: stakater/.github/.github/workflows/[email protected].64
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ node_modules

# Build files
site/
styles/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

5 changes: 3 additions & 2 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
StylesPath = "vocabulary/styles"
StylesPath = styles
MinAlertLevel = warning

Vocab = "Stakater"
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.3/Stakater.zip
Vocab = Stakater

# Only check MarkDown files
[*.md]
Expand Down
4 changes: 2 additions & 2 deletions content/sealed-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Lets create a sample k8s secret that will be used for MySQL:

where:

* `SECRET_FILE`: the name of the yaml file containing the k8s secret
* `SEALED_SECRET`: the name of the yaml file that will contain the sealed secret
* `SECRET_FILE`: the name of the YAML file containing the k8s secret
* `SEALED_SECRET`: the name of the YAML file that will contain the sealed secret

1. Add and commit this sealed secret to source control

Expand Down
2 changes: 1 addition & 1 deletion content/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To use the Vault CLI, a token is required. Users can get/renew/revoke a token fr

1. Once a token is fetched, users can use the terminal provided by the UI, so there is no need to install the Vault CLI:

![Vault-cli](./images/vault_cli.png)
![Vault-CLI](./images/vault_cli.png)

1. If using the Vault CLI, login with the token:

Expand Down
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
".vale.ini"
],
"matchStrings": [
"https:\/\/github.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*.tar.gz"
],
"datasourceTemplate": "github-release-attachments"
}
]
}
1 change: 0 additions & 1 deletion vocabulary
Submodule vocabulary deleted from ae216a

0 comments on commit 42c4f04

Please sign in to comment.