Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vale 3 #19

Merged
merged 7 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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