docs: use INSTALLATION_NAME (#2552)

Signed-off-by: kahirokunn <okinakahiro@gmail.com>
This commit is contained in:
kahirokunn 2023-05-10 23:39:54 +09:00 committed by GitHub
parent 367ee46122
commit f798cddca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 16 deletions

View File

@ -68,7 +68,7 @@ In addition to the increased reliability of the automatic scaling, we have worke
GITHUB_APP_ID="<GITHUB_APP_ID>" GITHUB_APP_ID="<GITHUB_APP_ID>"
GITHUB_APP_INSTALLATION_ID="<GITHUB_APP_INSTALLATION_ID>" GITHUB_APP_INSTALLATION_ID="<GITHUB_APP_INSTALLATION_ID>"
GITHUB_APP_PRIVATE_KEY="<GITHUB_APP_PRIVATE_KEY>" GITHUB_APP_PRIVATE_KEY="<GITHUB_APP_PRIVATE_KEY>"
helm install arc-runner-set \ helm install "${INSTALLATION_NAME}" \
--namespace "${NAMESPACE}" \ --namespace "${NAMESPACE}" \
--create-namespace \ --create-namespace \
--set githubConfigUrl="${GITHUB_CONFIG_URL}" \ --set githubConfigUrl="${GITHUB_CONFIG_URL}" \
@ -102,7 +102,6 @@ In addition to the increased reliability of the automatic scaling, we have worke
name: Test workflow name: Test workflow
on: on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
test: test:
runs-on: arc-runner-set runs-on: arc-runner-set