Skip to content

Commit

Permalink
Merge pull request #6 from stakater/renovate/stakater-.github-0.x
Browse files Browse the repository at this point in the history
Update stakater/.github action to v0.0.34
  • Loading branch information
karl-johan-grahn authored Apr 27, 2023
2 parents 96eb39d + 1bbcc8c commit e2d500d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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/pull_request_doc_qa.yaml@v0.0.29
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.34
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.29
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.34
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/push_container.yaml@v0.0.29
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.34
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/release_template.yaml@v0.0.29
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.34
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion content/external-secret-operator/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Secret Store `tenant-vault-secret-store` is already created in each namespace by

### Step 3

Service account `tenant-vault-access` being referred by `SecretStore` is already created by Multi Tenant Operator templates. This service account has the `stakater.com/vault-access: 'true'` label, which is used to bound it with the Vault `role` by Multi Tenant Operator. To learn how Multi Tenant Operator authenticates with Vault, see [Vault Multitenancy](https://docs.stakater.com/mto/vault-multitenancy.html).
Service account `tenant-vault-access` being referred by `SecretStore` is already created by Multi Tenant Operator templates. This service account has the `stakater.com/vault-access: 'true'` label, which is used to bound it with the Vault `role` by Multi Tenant Operator. To learn how Multi Tenant Operator authenticates with Vault, see [Vault Multitenancy](https://docs.stakater.com/mto/main/vault-multitenancy.html).

### Step 4

Expand Down
2 changes: 1 addition & 1 deletion content/managed-service/offer.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Vault's audit logs and metrics will be available. Logs will be written to a sepa

## Namespace multi-tenancy

[Stakater Multi Tenant Operator](https://docs.stakater.com/mto/index.html) not only provides strong multi-tenancy, but also automatically manages RBAC for tenant secrets through tenant paths and policies.
[Stakater Multi Tenant Operator](https://docs.stakater.com/mto/main/index.html) not only provides strong multi-tenancy, but also automatically manages RBAC for tenant secrets through tenant paths and policies.

## Kubernetes integration

Expand Down

0 comments on commit e2d500d

Please sign in to comment.