Skip to content

Commit

Permalink
chore: Fix namespace for chart testing to allow placing preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Aug 30, 2024
1 parent c20ceb7 commit 41fb209
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conf/ct-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ all: true
debug: true
check-version-increment: true
helm-extra-args: '--timeout 120s'
namespace: test
11 changes: 11 additions & 0 deletions .github/workflows/scripts/chart-test-prep/preconditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ apiVersion: v1
kind: Namespace
metadata:
name: flux-system
---
apiVersion: v1
kind: Namespace
metadata:
name: test
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: name-me-butterfly
namespace: test

0 comments on commit 41fb209

Please sign in to comment.