Skip to content

Commit 1a48560

Browse files
committed
adjust namespace
1 parent 3be3d23 commit 1a48560

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/chart-lint-test-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555
# LocalStack requires an auth token for all installations
5656
# The LOCALSTACK_AUTH_TOKEN secret must be configured in the GitHub repository settings
5757
run: |
58-
kubectl create secret generic localstack-auth-token \
58+
kubectl create-namespace testing
59+
kubectl create secret generic --namespace testing localstack-auth-token \
5960
--from-literal=auth-token="${{ secrets.LOCALSTACK_AUTH_TOKEN }}"
6061
6162
- name: Run chart-testing (install)
6263
if: steps.list-changed.outputs.changed == 'true'
63-
run: ct install --target-branch ${{ github.event.repository.default_branch }}
64+
run: ct install --target-branch ${{ github.event.repository.default_branch }} --namespace testing
6465

6566
release:
6667
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)